mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: increase timeout threshold to solve deepsleep wakestub example ci failure
This commit is contained in:
parent
09011f2b20
commit
8ee25ecfe2
@ -21,7 +21,7 @@ def test_deep_sleep_wake_stub(env, extra_data): # type: (tiny_test_fw.Env, typi
|
||||
|
||||
start_sleep = time.time()
|
||||
print('Waiting for wakeup...')
|
||||
dut.expect('wake stub: going to deep sleep')
|
||||
dut.expect('wake stub: going to deep sleep', timeout=15)
|
||||
|
||||
sleep_time = time.time() - start_sleep
|
||||
print('Host measured sleep time at {:.2f}s'.format(sleep_time))
|
||||
|
Loading…
x
Reference in New Issue
Block a user