mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
ci: increase acceptence limits for deep sleep example test
This commit is contained in:
parent
cd10ac50cb
commit
a9a82b8b5e
@ -55,7 +55,7 @@ def test_deep_sleep(dut: Dut) -> None:
|
||||
|
||||
sleep_time = time.time() - start_sleep
|
||||
logging.info('Host measured sleep time at {:.2f}s'.format(sleep_time))
|
||||
assert 19 < sleep_time < 22 # note: high tolerance as measuring time on the host may have some timing skew
|
||||
assert 18 < sleep_time < 22 # note: high tolerance as measuring time on the host may have some timing skew
|
||||
|
||||
# This line indicates that the CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP option set in sdkconfig.defaults
|
||||
# has correctly allowed skipping verification on wakeup
|
||||
|
Loading…
x
Reference in New Issue
Block a user