diff --git a/src/test_driver/esp32/sdkconfig_qemu.defaults b/src/test_driver/esp32/sdkconfig_qemu.defaults index 6509c5ba7d9f2e..21cf961c44b80a 100644 --- a/src/test_driver/esp32/sdkconfig_qemu.defaults +++ b/src/test_driver/esp32/sdkconfig_qemu.defaults @@ -44,3 +44,8 @@ CONFIG_ENABLE_WIFI_AP=n # Use a custom partition table CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_FILENAME="partitions.csv" + +# No watchdog - we run on the host and tests have timeouts +# Crypto tests generally take long enough for the watchdog to trigger +# otherwise. +CONFIG_ESP_TASK_WDT=n