Skip to content

Commit c8c7649

Browse files
committed
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
1 parent 5d1d8b4 commit c8c7649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ class Test:
11921192
#'mcu': None,
11931193
'description': None,
11941194
'dependencies': None,
1195-
'duration': 10,
1195+
'duration': 20,
11961196
'host_test': 'host_test',
11971197
'automated': False,
11981198
'peripherals': None,

0 commit comments

Comments
 (0)