diff options
author | Sean McGivern <sean@gitlab.com> | 2019-07-24 14:29:21 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-07-24 14:29:21 +0000 |
commit | c02c83fa9b63601a0a4cb8ed78311d9461e70e35 (patch) | |
tree | 96e628b036f4366dc5a6af535c47c175f9fee694 /scripts | |
parent | 2a07275121b9c965bca01767c5ccdb58c6f6e660 (diff) | |
parent | b4f695da6b798d2b027edaf21446e0cd68e1a55a (diff) | |
download | gitlab-ce-c02c83fa9b63601a0a4cb8ed78311d9461e70e35.tar.gz |
Merge branch '64998-increase-helm-deploy-command-timeout' into 'master'
Increase the Review App deploy command timeout to 15 minutes
Closes #64998
See merge request gitlab-org/gitlab-ce!31061
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 363ab2c6540..a1f6fb6bc0f 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 \ |