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 cbfccfe commit b54e0c9Copy full SHA for b54e0c9
tests/integration/test_streaming_e2e.py
@@ -1952,6 +1952,7 @@ async def test_streaming_status_changes(self):
1952
1953
assert await factory.client().get_treatment('maldo', 'split1') == 'on'
1954
assert task.running()
1955
+ await asyncio.sleep(2)
1956
assert 'PushStatusHandler' not in [t.name for t in threading.enumerate()]
1957
1958
# Validate the SSE request
0 commit comments