Skip to content

Commit

Permalink
Setting tos configs to tolerance network issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Sep 26, 2024
1 parent 52bc8a2 commit 4ad880a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tosfs/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def tosfs(_tosfs_env_prepare: None) -> TosFileSystem:
region=os.environ.get("TOS_REGION"),
credentials_provider=EnvCredentialsProvider(),
max_retry_num=1000,
connection_time=180,
connection_time=300,
socket_timeout=300,
multipart_size=4 << 20,
multipart_threshold=4 << 20,
Expand Down

0 comments on commit 4ad880a

Please sign in to comment.