mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #13610 from miri64/tests/fix/stabalize-lwip
tests/lwip: stabalize test script
This commit is contained in:
commit
fd618ae211
@ -181,6 +181,8 @@ class TestStrategy(ApplicationStrategy):
|
|||||||
test_case(board_group, self.app_dir, env=None)
|
test_case(board_group, self.app_dir, env=None)
|
||||||
sys.stdout.write('.')
|
sys.stdout.write('.')
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
# wait a bit for tear down of test case
|
||||||
|
time.sleep(.2)
|
||||||
print()
|
print()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user