mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-02-04 06:08:42 +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