mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 10:06:32 +03:00
The CI tests for RTC WDT test app were failing because we allowed only 20% margin between configured vs actual timeout of wdt. However, the RC oscillator accuracy on some boards is very poor and it results in almost 25% difference between configured and actual timeout. Hence, increased the failure margin from 20% to 30%. Also some boards like ESP32P4 have known problem and gives timeout after twice the configured time. Hence, increased the wdt interrupt wait time to three times the configured value, so we don't miss the interrupts for such boards.