mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/lwip: stabalize test script
While running this test script, I encountered the problem, that the process for the previous test was not finished, not allowing the next test to use its TAP interface. This small timer should fix that.
This commit is contained in:
parent
79431878ac
commit
0434ff45c8
@ -181,6 +181,8 @@ class TestStrategy(ApplicationStrategy):
|
||||
test_case(board_group, self.app_dir, env=None)
|
||||
sys.stdout.write('.')
|
||||
sys.stdout.flush()
|
||||
# wait a bit for tear down of test case
|
||||
time.sleep(.2)
|
||||
print()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user