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
pull/2727/head
jeromecoutant 2016-09-16 14:01:31 +02:00
parent 5d1d8b4033
commit c8c76498e8
1 changed files with 1 additions and 1 deletions

View File

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