mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
refactor(test_apps): increased timeout of panic tests
This commit is contained in:
parent
4c492cc85f
commit
0d32deb4c4
@ -133,7 +133,7 @@ def common_test(dut: PanicTestDut, config: str, expected_backtrace: Optional[Lis
|
||||
elif 'panic' in config:
|
||||
pass
|
||||
|
||||
dut.expect('Rebooting...')
|
||||
dut.expect('Rebooting...', timeout=60)
|
||||
|
||||
if check_cpu_reset:
|
||||
dut.expect_cpu_reset()
|
||||
|
Loading…
x
Reference in New Issue
Block a user