]> granicus.if.org Git - esp-idf/commitdiff
tiny-test-fw: Increase default expect timeout to 10 seconds
authorAngus Gratton <angus@espressif.com>
Fri, 3 Aug 2018 06:55:50 +0000 (16:55 +1000)
committerAngus Gratton <gus@projectgus.com>
Fri, 3 Aug 2018 06:55:50 +0000 (16:55 +1000)
Fix CI failures due to (for example) DHCP lease taking more than 5s to be negotiated.

tools/tiny-test-fw/DUT.py

index 0193cb6c70e5c42295181921cb7bda7df233cf9b..091a961549b471f0ee3e1bb546b27d4975af358d 100644 (file)
@@ -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()