mirror of https://github.com/ARMmbed/mbed-os.git
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 Thxpull/2727/head
parent
5d1d8b4033
commit
c8c76498e8
|
@ -1192,7 +1192,7 @@ class Test:
|
|||
#'mcu': None,
|
||||
'description': None,
|
||||
'dependencies': None,
|
||||
'duration': 10,
|
||||
'duration': 20,
|
||||
'host_test': 'host_test',
|
||||
'automated': False,
|
||||
'peripherals': None,
|
||||
|
|
Loading…
Reference in New Issue