Skip to content

Commit c73bdd1

Browse files
committed
Slacken off failing test
1 parent d8b7e2b commit c73bdd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_cothread.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def test_cothread_ioc(cothread_ioc):
5050
from p4p.client.cothread import Context
5151
with Context("pva") as ctx:
5252
assert ctx.get(PV_PREFIX + ":STRINGOUT") == "something"
53+
# Wait for a bit longer for the print output to flush
54+
cothread.Sleep(2)
5355
# Stop
5456
cothread_ioc.send_signal(signal.SIGINT)
5557
# Disconnect

0 commit comments

Comments
 (0)