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 7b57794 commit 17ee719Copy full SHA for 17ee719
tests/test_proxies.py
@@ -374,7 +374,7 @@ def streaming_cb(data):
374
)
375
assert times_called == limit
376
print(stream_read_intervals)
377
- assert all([0.45 < t < 0.7 for t in stream_read_intervals])
+ assert all([0.45 < t < 0.9 for t in stream_read_intervals])
378
379
380
async def test_server_proxy_websocket_messages(
0 commit comments