mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tests/periph_uart_nonblocking: relax allowed precision to 1.005
This commit is contained in:
parent
05fbeb65b1
commit
e424d177d7
@ -10,7 +10,7 @@ import sys
|
||||
from testrunner import run
|
||||
|
||||
|
||||
PRECISION = 1.002
|
||||
PRECISION = 1.005
|
||||
|
||||
|
||||
def testfunc(child):
|
||||
|
Loading…
Reference in New Issue
Block a user