]> granicus.if.org Git - esp-idf/commit
ci: fix random unit test CI failure:
authorHe Yin Ling <heyinling@espressif.com>
Mon, 17 Jun 2019 01:48:04 +0000 (09:48 +0800)
committerHe Yin Ling <heyinling@espressif.com>
Tue, 18 Jun 2019 04:22:00 +0000 (12:22 +0800)
commit304e7119ceb9a505fca98d975e982d1cb287528f
tree395589a2fd54c62ee47fdec17cf7a28527e75cdc
parentd4d162640f7998ed62b27225108ab60bca0a8469
ci: fix random unit test CI failure:

we use `-` command to check if DUT reset pass. If we input `-` command
during DUT bootup, DUT could only receive `\n` and print test cases.
Print test cases could take long time and lead to reset check timeout.
Now we will add delay after reset, and enlarge reset check timeout to
solve this problem.
tools/unit-test-app/unit_test.py