forked from espressif/esp-idf
unit-test.py: increase timeout for test app start up
This commit is contained in:
@@ -142,7 +142,7 @@ def run_unit_test_cases(env, extra_data):
|
|||||||
# to determine if DUT is ready to test.
|
# to determine if DUT is ready to test.
|
||||||
dut.write("-", flush=False)
|
dut.write("-", flush=False)
|
||||||
dut.expect_any(UT_APP_BOOT_UP_DONE,
|
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
|
# run test case
|
||||||
dut.write("\"{}\"".format(one_case["name"]))
|
dut.write("\"{}\"".format(one_case["name"]))
|
||||||
|
Reference in New Issue
Block a user