diff --git a/lib/upload_operator.py b/lib/upload_operator.py index 99e9993..2bf85e9 100644 --- a/lib/upload_operator.py +++ b/lib/upload_operator.py @@ -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