From 0d32deb4c49d6510a48f31a3286cdcfa2a3dfab8 Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Thu, 15 Aug 2024 16:16:54 +0200 Subject: [PATCH] refactor(test_apps): increased timeout of panic tests --- tools/test_apps/system/panic/pytest_panic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()