esp-idf/components/freertos/test/integration/event_groups
Darian Leung 16e739a09e freertos: Fix flakey event group unit test
The "FreeRTOS Event Groups" main task will only wait a single tick for the created
tasks to set their response bits. This short delay may not be sufficent if the tick
frequency is high.

This commit updates the test so that

- the main task waits indefinitely for all the response bits to be set.
- created tasks are cleand up by the main task
2022-06-30 20:19:39 +08:00
..
test_freertos_eventgroups.c freertos: Fix flakey event group unit test 2022-06-30 20:19:39 +08:00