We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2475993 commit fb30f24Copy full SHA for fb30f24
tests/test_streaming.py
@@ -84,7 +84,7 @@ def statsInvoked(args):
84
streamingManagerC.startMessageListening()
85
86
streamingManagerA.sendMessage('msg from A')
87
- time.sleep(1)
+ time.sleep(2)
88
assert resultsAtB['data'] == 'msg from A'
89
assert resultsAtB['origin'] == 'A'
90
assert resultsAtC['data'] == 'msg from B'
0 commit comments