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 42770e1 commit da1a15f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/epics/demo/test_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import aioca
import pytest
from bluesky.protocols import Reading

from ophyd_async.core import (
DeviceCollector,
NotConnected,
Expand Down Expand Up @@ -296,4 +295,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 da1a15f

Please sign in to comment.