From d127a1fa75690ddbf872819243d777fcf4f23889 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 21 Jun 2021 17:08:02 +1000 Subject: [PATCH] ci panic test: Update the panic test timeout from 3s to 10s If it takes longer than 10s to respond, it's probably not because of the runner... --- tools/test_apps/system/panic/test_panic_util/test_panic_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_apps/system/panic/test_panic_util/test_panic_util.py b/tools/test_apps/system/panic/test_panic_util/test_panic_util.py index aa9ac45ef1..1acfa78dfc 100644 --- a/tools/test_apps/system/panic/test_panic_util/test_panic_util.py +++ b/tools/test_apps/system/panic/test_panic_util/test_panic_util.py @@ -149,7 +149,7 @@ class PanicTestMixin(object): Wrapper to write to gdb with a longer timeout, as test runner host can be slow sometimes """ - return self.gdb.write(command, timeout_sec=3) + return self.gdb.write(command, timeout_sec=10) def start_gdb(self): """