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.
pull/2237/merge
Angus Gratton 2018-08-03 16:55:50 +10:00 zatwierdzone przez Angus Gratton
rodzic b3ff68a935
commit 6bd58beac5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -259,7 +259,7 @@ class BaseDUT(object):
:param kwargs: extra args for DUT to create ports
"""
DEFAULT_EXPECT_TIMEOUT = 5
DEFAULT_EXPECT_TIMEOUT = 10
MAX_EXPECT_FAILURES_TO_SAVED = 10
LOG_THREAD = _LogThread()