Merge pull request #2727 from jeromecoutant/PR_Serial_Init_Timeout

Serial init timeout: increase default value
pull/2808/head
Sam Grove 2016-09-24 16:33:45 -05:00 committed by GitHub
commit aad2372df7
1 changed files with 1 additions and 1 deletions

View File

@ -1207,7 +1207,7 @@ class Test:
#'mcu': None,
'description': None,
'dependencies': None,
'duration': 10,
'duration': 20,
'host_test': 'host_test',
'automated': False,
'peripherals': None,