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/2852/head
jeromecoutant 2016-09-16 14:01:31 +02:00 committed by Anna Bridge
parent f6ac1e8253
commit cb54c488d6
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,