Skip to content

Commit 9b3ebb0

Browse files
author
Antti Myyrä
committed
Storage upload: more reasonable timeout
1 parent 17309b4 commit 9b3ebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upcloud_api/cloud_manager/storage_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def upload_file_for_storage_import(
198198
self,
199199
storage_import: StorageImport,
200200
file: 'PathLike[str]',
201-
timeout: int = 600,
201+
timeout: int = 30,
202202
content_type: str = 'application/octet-stream',
203203
):
204204
"""

0 commit comments

Comments
 (0)