Skip to content

Commit

Permalink
Add timeout to IOC test
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Apr 16, 2024
1 parent f52b7ee commit 4dc7815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/epics/demo/test_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ async def test_dynamic_sensor_group_read_and_describe(
async def test_ioc_starts():
pv_prefix = demo.start_ioc_subprocess()
pv = f"{pv_prefix}Value"
await aioca.connect(pv)
await aioca.connect(pv, timeout=10.0)

0 comments on commit 4dc7815

Please sign in to comment.