From e424d177d72db49ba7882f61316e092d0ef47c3b Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 13 Oct 2020 16:19:35 +0200 Subject: [PATCH] tests/periph_uart_nonblocking: relax allowed precision to 1.005 --- tests/periph_uart_nonblocking/tests/01-run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/periph_uart_nonblocking/tests/01-run.py b/tests/periph_uart_nonblocking/tests/01-run.py index 028db2dcdf..be7357eae2 100755 --- a/tests/periph_uart_nonblocking/tests/01-run.py +++ b/tests/periph_uart_nonblocking/tests/01-run.py @@ -10,7 +10,7 @@ import sys from testrunner import run -PRECISION = 1.002 +PRECISION = 1.005 def testfunc(child):