From 8a1a59a920176d560e60057b7a3d827bd4de6e01 Mon Sep 17 00:00:00 2001 From: Pea Tyczynska Date: Wed, 1 Apr 2020 15:11:06 +0100 Subject: [PATCH] Increase startup timeout to 15 minutes - as it takes longer with 35 minimum instances --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69d86e52e..6acaa0447 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ cf-deploy: ## Deploys the app to Cloud Foundry cf v3-cancel-zdt-push ${CF_APP} || true cf v3-apply-manifest ${CF_APP} -f <(make -s generate-manifest) - CF_STARTUP_TIMEOUT=10 cf v3-zdt-push ${CF_APP} --wait-for-deploy-complete # fails after 5 mins if deploy doesn't work + CF_STARTUP_TIMEOUT=15 cf v3-zdt-push ${CF_APP} --wait-for-deploy-complete # fails after 15 mins if deploy doesn't work .PHONY: cf-deploy-api-db-migration