We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6536a48 commit a9a4476Copy full SHA for a9a4476
tests/transport/epics/ca/test_initial_value.py
@@ -61,9 +61,8 @@ async def test_initial_values_set_in_ca(mocker):
61
62
record_spy = mocker.spy(ca_ioc, "_make_record")
63
64
+ task = asyncio.create_task(fastcs.serve(interactive=False))
65
try:
- task = asyncio.create_task(fastcs.serve(interactive=False))
66
-
67
async with asyncio.timeout(3):
68
while not record_spy.spy_return_list:
69
await asyncio.sleep(0)
0 commit comments