From c8c76498e88085c2691523d522c459fb645834ba Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Fri, 16 Sep 2016 14:01:31 +0200 Subject: [PATCH] Serial init timeout: increase default value It seems that my test bench is very slow... I need to increase the timeout value in order to get the port ready Thx --- tools/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests.py b/tools/tests.py index 26ca23f344a..7dd6f969bf7 100644 --- a/tools/tests.py +++ b/tools/tests.py @@ -1192,7 +1192,7 @@ class Test: #'mcu': None, 'description': None, 'dependencies': None, - 'duration': 10, + 'duration': 20, 'host_test': 'host_test', 'automated': False, 'peripherals': None,