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:
parent
ffb7512dfc
commit
a70fad5747
@ -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
BIN
tests/pkg_lvgl/tests_pkg_lvgl.elf
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user