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...
This commit is contained in:
Angus Gratton
2021-06-21 17:08:02 +10:00
parent 0f2052ca36
commit d127a1fa75

View File

@@ -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):
"""