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 17ee719 commit 1b32e65Copy full SHA for 1b32e65
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.9 for t in stream_read_intervals])
+ assert all([0.45 < t < 3.0 for t in stream_read_intervals])
378
379
380
async def test_server_proxy_websocket_messages(
0 commit comments