mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
Merge branch 'bugfix/ci_panic_test_timeout' into 'master'
ci panic test: Update the panic test timeout from 3s to 10s See merge request espressif/esp-idf!14068
This commit is contained in:
@@ -149,7 +149,7 @@ class PanicTestMixin(object):
|
|||||||
Wrapper to write to gdb with a longer timeout, as test runner
|
Wrapper to write to gdb with a longer timeout, as test runner
|
||||||
host can be slow sometimes
|
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):
|
def start_gdb(self):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user