Merge "RPC Timeout on Backup Operation"

This commit is contained in:
Zuul 2021-12-06 23:51:08 +00:00 committed by Gerrit Code Review
commit a291b5a4cc
1 changed files with 1 additions and 1 deletions

View File

@ -1920,7 +1920,7 @@ class ConductorAPI(sysinv.openstack.common.rpc.proxy.RpcProxy):
return self.call(
context,
self.make_msg('backup_restore_lifecycle_actions', operation=operation, success=success),
timeout=120,
timeout=180,
)
def perform_app_upload(self, context, rpc_app, tarfile, lifecycle_hook_info, images=False):