1
0
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:
Gunar Schorcht 2020-03-10 20:51:01 +01:00 committed by GitHub
commit fd618ae211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()