From 80204ecab29ef7a5e9ab68f301ec0e427fc8662f Mon Sep 17 00:00:00 2001 From: Laukik Hase Date: Thu, 13 Oct 2022 10:27:05 +0530 Subject: [PATCH] ci: Fix `esp32s2.psram.test_mbedtls_psram` UT - When PSRAM is enabled, the interrupt watchdog timeout value needs to be increased to 800 ms from the default 500 ms. --- components/mbedtls/test_apps/sdkconfig.ci.psram | 1 + 1 file changed, 1 insertion(+) diff --git a/components/mbedtls/test_apps/sdkconfig.ci.psram b/components/mbedtls/test_apps/sdkconfig.ci.psram index cc641ea603..e098969760 100644 --- a/components/mbedtls/test_apps/sdkconfig.ci.psram +++ b/components/mbedtls/test_apps/sdkconfig.ci.psram @@ -1 +1,2 @@ CONFIG_SPIRAM=y +CONFIG_ESP_INT_WDT_TIMEOUT_MS=800