summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-07-23 17:53:17 +0200
committerRémy Coutable <remy@rymai.me>2019-07-23 17:53:21 +0200
commitb4f695da6b798d2b027edaf21446e0cd68e1a55a (patch)
treee628c948dae03b1dc1bda9296b6a4b887463bd0c
parentd892e80bf0161b535389c91ccb53539e4f08d790 (diff)
downloadgitlab-ce-64998-increase-helm-deploy-command-timeout.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>
-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 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 \