1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

tests/periph_timer_periodic: allow for 1% error

This commit is contained in:
Francisco Molina 2022-03-22 12:53:29 +01:00
parent feda38ceb5
commit c3ea39fbc7

View File

@ -12,7 +12,7 @@ import time
from testrunner import run
PRECISION = float(os.getenv("TEST_PERIPH_TIMER_PERIODIC_PRECISION", "0"))
PRECISION = float(os.getenv("TEST_PERIPH_TIMER_PERIODIC_PRECISION", "0.01"))
def testfunc(child):