Skip to content

Commit 263abc0

Browse files
authored
Bump deploy primary wait timeout (#477)
1 parent 8dfa35e commit 263abc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gocd/templates/bash/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ eval $(regions-project-env-vars --region="${SENTRY_REGION}")
44

55
WAIT_TIMEOUT=""
66
if [ "${SENTRY_REGION}" = "us" ]; then
7-
WAIT_TIMEOUT="--wait-timeout-mins=60"
7+
WAIT_TIMEOUT="--wait-timeout-mins=90"
88
fi
99

1010
/devinfra/scripts/get-cluster-credentials && k8s-deploy \

0 commit comments

Comments
 (0)