Skip to content

Commit

Permalink
Remove set RetryTimeout to 1 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuradobery committed Sep 25, 2024
1 parent 3447a98 commit fab0a6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cloud/blockstore/tests/loadtest/local-auth/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def __init__(self, access_service_type=AccessService, folder_id="test_folder_id"
self.__client_config_path = Path(common.output_path()) / "client-config.txt"
self.__client_config = create_client_config()
self.__client_config.ClientConfig.SecurePort = self.__local_load_test.nbs_secure_port
self.__client_config.ClientConfig.RetryTimeout = 1
self.__flush_config()
self.folder_id = folder_id
self.__auth_token = None
Expand Down
1 change: 0 additions & 1 deletion cloud/filestore/tests/auth/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def __create_client_config(self):
client_config.ClientConfig.RootCertsFile = common.source_path(
"cloud/filestore/tests/certs/server.crt")
client_config.ClientConfig.SecurePort = int(self.__port)
client_config.ClientConfig.RetryTimeout = 1
self.__client_config_path.write_text(MessageToString(client_config))

def get_client(self, auth_token):
Expand Down

0 comments on commit fab0a6d

Please sign in to comment.