mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-02-04 14:18:41 +01:00
fix: changed default for connecting to a device
This commit is contained in:
@@ -149,7 +149,7 @@ class StaticDeviceTest:
|
|||||||
try:
|
try:
|
||||||
obj, _ = device_manager.construct_device_obj(conf, None)
|
obj, _ = device_manager.construct_device_obj(conf, None)
|
||||||
|
|
||||||
device_manager.connect_device(obj)
|
device_manager.connect_device(obj, wait_for_all=True)
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user