diff options
author | Rémy Coutable <remy@rymai.me> | 2019-07-23 17:53:17 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-07-23 17:53:21 +0200 |
commit | b4f695da6b798d2b027edaf21446e0cd68e1a55a (patch) | |
tree | e628c948dae03b1dc1bda9296b6a4b887463bd0c /scripts | |
parent | d892e80bf0161b535389c91ccb53539e4f08d790 (diff) | |
download | gitlab-ce-b4f695da6b798d2b027edaf21446e0cd68e1a55a.tar.gz |
Increase the Review App deploy timeout to 15 minutes64998-increase-helm-deploy-command-timeout
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/review_apps/review-apps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/review_apps/review-apps.sh b/scripts/review_apps/review-apps.sh index bc47884ee45..2b565347f86 100755 --- a/scripts/review_apps/review-apps.sh +++ b/scripts/review_apps/review-apps.sh @@ -201,7 +201,7 @@ function deploy() { HELM_CMD=$(cat << EOF helm upgrade --install \ --wait \ - --timeout 600 \ + --timeout 900 \ --set releaseOverride="$CI_ENVIRONMENT_SLUG" \ --set global.appConfig.enableUsagePing=false \ --set global.imagePullPolicy=Always \ |