mirror of https://github.com/ARMmbed/mbed-os.git
Changed default serial timeout for host test
parent
31f43a3305
commit
29dbc34202
|
@ -96,7 +96,7 @@ class Mbed:
|
|||
"""
|
||||
result = True
|
||||
try:
|
||||
self.serial = Serial(self.port, timeout=1)
|
||||
self.serial = Serial(self.port, timeout=3)
|
||||
except Exception as e:
|
||||
result = False
|
||||
# Port can be opened
|
||||
|
|
Loading…
Reference in New Issue