Skip to content

Commit b206956

Browse files
author
Andrei Neagu
committed
added timeout
1 parent b36ea0a commit b206956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/service-library/tests/deferred_tasks/test__base_deferred_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class MockKeys(StrAutoEnum):
5050

5151
@pytest.fixture
5252
async def redis_client_sdk(
53+
mock_redis_socket_timeout: None,
5354
redis_service: RedisSettings,
5455
) -> AsyncIterable[RedisClientSDK]:
5556
sdk = RedisClientSDK(

0 commit comments

Comments
 (0)