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.
This commit is contained in:
Laukik Hase 2022-10-13 10:27:05 +05:30
parent 72a70f08b9
commit 80204ecab2
No known key found for this signature in database
GPG Key ID: 11C571361F51A199

View File

@ -1 +1,2 @@
CONFIG_SPIRAM=y
CONFIG_ESP_INT_WDT_TIMEOUT_MS=800