Skip to content

Commit

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

0 comments on commit 804babe

Please sign in to comment.