Skip to content

Commit b54e0c9

Browse files
author
Bilal Al
committed
add delay to test
1 parent cbfccfe commit b54e0c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_streaming_e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,6 +1952,7 @@ async def test_streaming_status_changes(self):
19521952

19531953
assert await factory.client().get_treatment('maldo', 'split1') == 'on'
19541954
assert task.running()
1955+
await asyncio.sleep(2)
19551956
assert 'PushStatusHandler' not in [t.name for t in threading.enumerate()]
19561957

19571958
# Validate the SSE request

0 commit comments

Comments
 (0)