Skip to content

Commit 1b32e65

Browse files
ganisbackyuvipanda
authored andcommitted
update resp time
1 parent 17ee719 commit 1b32e65

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.9 for t in stream_read_intervals])
377+
assert all([0.45 < t < 3.0 for t in stream_read_intervals])
378378

379379

380380
async def test_server_proxy_websocket_messages(

0 commit comments

Comments
 (0)