fix: changed default for connecting to a device
This commit is contained in:
parent
710beb8370
commit
802eb29556
@ -149,7 +149,7 @@ class StaticDeviceTest:
|
||||
try:
|
||||
obj, _ = device_manager.construct_device_obj(conf, None)
|
||||
|
||||
device_manager.connect_device(obj)
|
||||
device_manager.connect_device(obj, wait_for_all=True)
|
||||
return 0
|
||||
|
||||
except Exception as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user