Skip to content

Commit 42fcb56

Browse files
committed
heavy test
1 parent 2f2bc18 commit 42fcb56

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
@@ -398,7 +398,7 @@ async def test_with_large_capacity(
398398
redis_client_sdk: RedisClientSDK,
399399
semaphore_name: str,
400400
):
401-
large_capacity = 100
401+
large_capacity = 1000
402402
concurrent_count = 0
403403
max_concurrent = 0
404404

0 commit comments

Comments
 (0)