Skip to content

Commit b46f1c7

Browse files
committed
change test
1 parent 39c150f commit b46f1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ async def test_with_large_capacity(
364364
redis_client_sdk: RedisClientSDK,
365365
semaphore_name: str,
366366
):
367-
large_capacity = 20
367+
large_capacity = 100
368368
concurrent_count = 0
369369
max_concurrent = 0
370370
sleep_time_s = 10

0 commit comments

Comments
 (0)