Skip to content

Commit 758d97f

Browse files
committed
reverted test
1 parent 1eb3cef commit 758d97f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/service-library/tests/redis/test_semaphore_decorator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,11 @@ async def test_with_large_capacity(
366366
redis_client_sdk: RedisClientSDK,
367367
semaphore_name: str,
368368
):
369-
large_capacity = 1
369+
large_capacity = 20
370370
concurrent_count = 0
371371
max_concurrent = 0
372-
sleep_time_s = 50
373-
num_tasks = 10
372+
sleep_time_s = 10
373+
num_tasks = 500
374374

375375
@with_limited_concurrency(
376376
redis_client_sdk,

0 commit comments

Comments
 (0)