Skip to content

Commit 511cd12

Browse files
committed
Add timeout to test
1 parent 8158b5d commit 511cd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def test_asyncio_ioc_override(asyncio_ioc_override):
6969
# Stop
7070
await caput(pre + ":SYSRESET", 1)
7171
# check closed and output
72-
out, err = asyncio_ioc_override.proc.communicate()
72+
out, err = asyncio_ioc_override.proc.communicate(timeout=5)
7373
out = out.decode()
7474
err = err.decode()
7575
# check closed and output

0 commit comments

Comments
 (0)