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 d8b7e2b commit c73bdd1Copy full SHA for c73bdd1
tests/test_cothread.py
@@ -50,6 +50,8 @@ def test_cothread_ioc(cothread_ioc):
50
from p4p.client.cothread import Context
51
with Context("pva") as ctx:
52
assert ctx.get(PV_PREFIX + ":STRINGOUT") == "something"
53
+ # Wait for a bit longer for the print output to flush
54
+ cothread.Sleep(2)
55
# Stop
56
cothread_ioc.send_signal(signal.SIGINT)
57
# Disconnect
0 commit comments