mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 15:29:20 +01:00
fix: changed default for connecting to a device
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user