Skip to content

Commit 17ee719

Browse files
ganisbackyuvipanda
authored andcommitted
update time
1 parent 7b57794 commit 17ee719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_proxies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def streaming_cb(data):
374374
)
375375
assert times_called == limit
376376
print(stream_read_intervals)
377-
assert all([0.45 < t < 0.7 for t in stream_read_intervals])
377+
assert all([0.45 < t < 0.9 for t in stream_read_intervals])
378378

379379

380380
async def test_server_proxy_websocket_messages(

0 commit comments

Comments
 (0)