mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
esp32: Fix race in "TLS Test" where s_task can go out of scope before cleanup finishes
Probable cause for CI failures of "LoadStoreError" after this task finishes running.
This commit is contained in:
parent
ae24c13da2
commit
7313f3f925
@ -102,4 +102,6 @@ TEST_CASE("TLS test", "[freertos]")
|
||||
while (running[0] || running[1]) {
|
||||
vTaskDelay(10);
|
||||
}
|
||||
vTaskDelay(10); /* Make sure idle task can clean up s_task, before it goes out of scope */
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user