tests/periph_uart_nonblocking: relax allowed precision to 1.005

This commit is contained in:
Alexandre Abadie 2020-10-13 16:19:35 +02:00
parent 05fbeb65b1
commit e424d177d7
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -10,7 +10,7 @@ import sys
from testrunner import run
PRECISION = 1.002
PRECISION = 1.005
def testfunc(child):