]> granicus.if.org Git - esp-idf/commitdiff
unit-test.py: increase timeout for test app start up
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 26 Apr 2018 09:57:33 +0000 (17:57 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 26 Apr 2018 10:52:45 +0000 (18:52 +0800)
tools/unit-test-app/unit_test.py

index 4ea7ddf579adf2cc96b9e7068effeabc8c350d4c..594a71becfed2fce9fff9410e595ed94a074db99 100644 (file)
@@ -142,7 +142,7 @@ def run_unit_test_cases(env, extra_data):
             # to determine if DUT is ready to test.
             dut.write("-", flush=False)
             dut.expect_any(UT_APP_BOOT_UP_DONE,
-                           "0 Tests 0 Failures 0 Ignored")
+                           "0 Tests 0 Failures 0 Ignored", timeout=UT_TIMEOUT)
 
             # run test case
             dut.write("\"{}\"".format(one_case["name"]))