Skip to content

Commit db20ffc

Browse files
committed
Default to waiting for v1 device connection
1 parent badf538 commit db20ffc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dodal/device_manager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@ def v1_init(
382382
prefix: str,
383383
mock: bool = False,
384384
skip: SkipType = False,
385-
wait: bool = False,
385+
wait: bool = True,
386+
timeout: int = DEFAULT_TIMEOUT,
386387
):
387388
"""
388389
Register an ophyd v1 device

0 commit comments

Comments
 (0)