diff --git a/tools/test_apps/system/panic/pytest_panic.py b/tools/test_apps/system/panic/pytest_panic.py index 1793c37719..499046481a 100644 --- a/tools/test_apps/system/panic/pytest_panic.py +++ b/tools/test_apps/system/panic/pytest_panic.py @@ -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()