mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
CI: Fix test_phy_rtc_cache_task stack overflow
This commit is contained in:
@@ -81,7 +81,7 @@ TEST_CASE("Test PHY/RTC functions called when cache is disabled", "[phy_rtc][cac
|
|||||||
{
|
{
|
||||||
semphr_done = xSemaphoreCreateCounting(1, 0);
|
semphr_done = xSemaphoreCreateCounting(1, 0);
|
||||||
|
|
||||||
xTaskCreatePinnedToCore(test_phy_rtc_cache_task, "phy_rtc_test_task", 2048,
|
xTaskCreatePinnedToCore(test_phy_rtc_cache_task, "phy_rtc_test_task", 2176,
|
||||||
NULL, configMAX_PRIORITIES-1, NULL, 0);
|
NULL, configMAX_PRIORITIES-1, NULL, 0);
|
||||||
|
|
||||||
TEST_ASSERT( xSemaphoreTake(semphr_done, portMAX_DELAY) );
|
TEST_ASSERT( xSemaphoreTake(semphr_done, portMAX_DELAY) );
|
||||||
|
Reference in New Issue
Block a user