test(ulp): added larger delay in ULP FSM I_WR_REG instruction test

Test is flakey, could possibly be due to the ULP occasionally needing
a bit more time to start up.
This commit is contained in:
Marius Vikhammer
2025-11-17 16:03:15 +08:00
parent 803ea77932
commit fcafa0de5d

View File

@@ -362,7 +362,7 @@ TEST_CASE("ULP FSM I_WR_REG instruction test", "[ulp]")
TEST_ESP_OK(ulp_run(0));
/* Wait for the ULP co-processor to finish up */
vTaskDelay(10 / portTICK_PERIOD_MS);
vTaskDelay(50 / portTICK_PERIOD_MS);
/* Verify the test results */
uint32_t clear = REG_READ(RTC_CNTL_STORE0_REG);