diff --git a/components/freertos/test/miscellaneous/test_preemption.c b/components/freertos/test/miscellaneous/test_preemption.c index 15c571ef4e..ee39e378b9 100644 --- a/components/freertos/test/miscellaneous/test_preemption.c +++ b/components/freertos/test/miscellaneous/test_preemption.c @@ -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