We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfa35e commit 263abc0Copy full SHA for 263abc0
gocd/templates/bash/deploy.sh
@@ -4,7 +4,7 @@ eval $(regions-project-env-vars --region="${SENTRY_REGION}")
4
5
WAIT_TIMEOUT=""
6
if [ "${SENTRY_REGION}" = "us" ]; then
7
- WAIT_TIMEOUT="--wait-timeout-mins=60"
+ WAIT_TIMEOUT="--wait-timeout-mins=90"
8
fi
9
10
/devinfra/scripts/get-cluster-credentials && k8s-deploy \
0 commit comments