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 1eb3cef commit 758d97fCopy full SHA for 758d97f
packages/service-library/tests/redis/test_semaphore_decorator.py
@@ -366,11 +366,11 @@ async def test_with_large_capacity(
366
redis_client_sdk: RedisClientSDK,
367
semaphore_name: str,
368
):
369
- large_capacity = 1
+ large_capacity = 20
370
concurrent_count = 0
371
max_concurrent = 0
372
- sleep_time_s = 50
373
- num_tasks = 10
+ sleep_time_s = 10
+ num_tasks = 500
374
375
@with_limited_concurrency(
376
redis_client_sdk,
0 commit comments