1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

tests/periph_timer_periodic: increase test margin for slow uarts

This commit is contained in:
Francisco Molina 2020-10-07 17:12:46 +02:00
parent ffb7512dfc
commit a70fad5747
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ def testfunc(child):
end = time.time()
# test should run 10 cycles with 25ms each
assert (end - start) > 0.25
assert (end - start) < 0.35
assert (end - start) < 0.40
if __name__ == "__main__":

BIN
tests/pkg_lvgl/tests_pkg_lvgl.elf Executable file

Binary file not shown.