Skip to content

Commit aad2372

Browse files
authored
Merge pull request #2727 from jeromecoutant/PR_Serial_Init_Timeout
Serial init timeout: increase default value
2 parents 1934e20 + c8c7649 commit aad2372

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
@@ -1207,7 +1207,7 @@ class Test:
12071207
#'mcu': None,
12081208
'description': None,
12091209
'dependencies': None,
1210-
'duration': 10,
1210+
'duration': 20,
12111211
'host_test': 'host_test',
12121212
'automated': False,
12131213
'peripherals': None,

0 commit comments

Comments
 (0)