summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-07-24 14:29:21 +0000
committerSean McGivern <sean@gitlab.com>2019-07-24 14:29:21 +0000
commitc02c83fa9b63601a0a4cb8ed78311d9461e70e35 (patch)
tree96e628b036f4366dc5a6af535c47c175f9fee694
parent2a07275121b9c965bca01767c5ccdb58c6f6e660 (diff)
parentb4f695da6b798d2b027edaf21446e0cd68e1a55a (diff)
downloadgitlab-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
-rwxr-xr-xscripts/review_apps/review-apps.sh2
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 \