Skip to content

Commit

Permalink
Disable the watchdog in QEMU builds. (#13103)
Browse files Browse the repository at this point in the history
The watchdog triggers during crypto tests (long running, full CPU tests)
and the warnings it shows both look scary and are not really actionable.
We know those tests take a long time, especially in emulation.
  • Loading branch information
andy31415 authored Dec 17, 2021
1 parent b041858 commit 677a719
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test_driver/esp32/sdkconfig_qemu.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 677a719

Please sign in to comment.