From 9324963b32c7967d6135235d5d171170469f5d47 Mon Sep 17 00:00:00 2001 From: Enoch Tang Date: Wed, 27 Aug 2025 11:15:43 -0400 Subject: [PATCH] Bump watchers to 60min --- gocd/templates/bash/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gocd/templates/bash/deploy.sh b/gocd/templates/bash/deploy.sh index 69f8eebb..d61218f6 100644 --- a/gocd/templates/bash/deploy.sh +++ b/gocd/templates/bash/deploy.sh @@ -4,7 +4,7 @@ eval $(regions-project-env-vars --region="${SENTRY_REGION}") WAIT_TIMEOUT="" if [ "${SENTRY_REGION}" = "us" ]; then - WAIT_TIMEOUT="--wait-timeout-mins=40" + WAIT_TIMEOUT="--wait-timeout-mins=60" fi /devinfra/scripts/get-cluster-credentials && k8s-deploy \