mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
freertos-smp: Fix test_preemtion yield time threshold for FreeRTOS SMP
This commit adjusts the test_preemtion yield time threshold to pass when FreeRTOS SMP is enabled.
This commit is contained in:
parent
73989eb05b
commit
648f4d3a9f
@ -27,7 +27,7 @@ static volatile bool flag;
|
||||
#define MAX_YIELD_COUNT 10000
|
||||
#else
|
||||
//TODO: IDF-5081
|
||||
#define MAX_YIELD_COUNT 15000
|
||||
#define MAX_YIELD_COUNT 17000
|
||||
#endif // CONFIG_FREERTOS_SMP
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user