freertos/portmux: increase portmux timeouts to avoid crashing when using debug feature

Closes: https://github.com/espressif/esp-idf/issues/3629#
This commit is contained in:
Felipe Neves
2020-08-05 18:28:37 -03:00
parent b3b7fcf51c
commit fe6bc06366
3 changed files with 7 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ menu "Common ESP-related"
config ESP_INT_WDT_TIMEOUT_MS
int "Interrupt watchdog timeout (ms)"
depends on ESP_INT_WDT
default 300 if !ESP32_SPIRAM_SUPPORT
default 600 if !ESP32_SPIRAM_SUPPORT
default 800 if ESP32_SPIRAM_SUPPORT
range 10 10000
help