mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
tiny-test-fw: Increase default expect timeout to 10 seconds
Fix CI failures due to (for example) DHCP lease taking more than 5s to be negotiated.
This commit is contained in:
committed by
Angus Gratton
parent
b3ff68a935
commit
6bd58beac5
@@ -259,7 +259,7 @@ class BaseDUT(object):
|
|||||||
:param kwargs: extra args for DUT to create ports
|
:param kwargs: extra args for DUT to create ports
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DEFAULT_EXPECT_TIMEOUT = 5
|
DEFAULT_EXPECT_TIMEOUT = 10
|
||||||
MAX_EXPECT_FAILURES_TO_SAVED = 10
|
MAX_EXPECT_FAILURES_TO_SAVED = 10
|
||||||
|
|
||||||
LOG_THREAD = _LogThread()
|
LOG_THREAD = _LogThread()
|
||||||
|
Reference in New Issue
Block a user