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/2852/head
parent
f6ac1e8253
commit
cb54c488d6
|
@ -1207,7 +1207,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,
|
||||||
|
|
Loading…
Reference in New Issue