mirror of
https://github.com/espressif/esp-idf
synced 2025-03-21 23:19:10 -04:00
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