Skip to content

Commit 1a7609c

Browse files
committed
Decreased run_time_min for test_rate_limiting_client_session due to new version of aiolimiter
1 parent d6356c7 commit 1a7609c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/modules/remote/test_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ async def _assert_requests_and_get_run_time_in_secs(
4444
@pytest.mark.parametrize(
4545
'num_requests, requests_per_time_period, time_period_in_secs, run_time_min, run_time_max',
4646
[
47-
(21, 1, 0.05, 1, 1.07),
48-
(21, 10, 0.5, 1, 1.05),
47+
(21, 1, 0.05, 0.95, 1.07),
48+
(21, 10, 0.5, 0.95, 1.05),
4949
],
5050
ids=['no_burst_1_requests_per_0.05s', 'burst_10_requests_per_0.5s'],
5151
)

0 commit comments

Comments
 (0)