diff --git a/tests/integration_tests/performance/test_rate_limiter.py b/tests/integration_tests/performance/test_rate_limiter.py index 96d2fb090e0..025f92d4d79 100644 --- a/tests/integration_tests/performance/test_rate_limiter.py +++ b/tests/integration_tests/performance/test_rate_limiter.py @@ -19,7 +19,7 @@ RATE_LIMIT_BYTES = 10485760 # The initial token bucket size -BURST_SIZE = 104857600 +BURST_SIZE = RATE_LIMIT_BYTES * 50 # The refill time for the token bucket REFILL_TIME_MS = 100