Skip to content

Commit

Permalink
Extend upload timeout to server timeout + 5s leeway (#27)
Browse files Browse the repository at this point in the history
* Extend upload timeout to server timeout + 5s leeway
  • Loading branch information
Nightriff authored Oct 24, 2023
1 parent 605cc42 commit 6021257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/upload_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ async def upload_task(cls, window_manager, area, target_object, file_path, packa
asset_description=constants.ASSET_DESCRIPTION,
file_path=file_path,
asset_id=package_id or NO_ASSET_ID,
upload_request_timeout_seconds=25,
)

return operation
Expand Down

0 comments on commit 6021257

Please sign in to comment.