Commit 0b5a8cbb authored by Stan Hu's avatar Stan Hu

Merge branch 'use-long_timeout-for-fetch_internal_remote_gitaly-rpc' into 'master'

Use long_timeout for fetch_internal_remote GRPC

See merge request gitlab-org/gitlab!18908
parents f9957ec9 ca13bb71
---
title: Increase timeout for FetchInternalRemote RPC call
merge_request: 18908
author:
type: fixed
...@@ -49,7 +49,7 @@ module Gitlab ...@@ -49,7 +49,7 @@ module Gitlab
response = GitalyClient.call(@storage, :remote_service, response = GitalyClient.call(@storage, :remote_service,
:fetch_internal_remote, request, :fetch_internal_remote, request,
timeout: GitalyClient.medium_timeout, timeout: GitalyClient.long_timeout,
remote_storage: repository.storage) remote_storage: repository.storage)
response.result response.result
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment