From aa7074615487f52b4844325a6f0f47415fc6acd7 Mon Sep 17 00:00:00 2001 From: Ibrahim Jarif Date: Tue, 23 Oct 2018 17:19:31 +0530 Subject: [PATCH] Increase deployment timeout to 2X See https://github.com/fabric8-services/fabric8-wit/issues/2291 --- openshift/core.app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/core.app.yaml b/openshift/core.app.yaml index 1792cefe44..2e8b9dba03 100644 --- a/openshift/core.app.yaml +++ b/openshift/core.app.yaml @@ -18,7 +18,7 @@ objects: intervalSeconds: 1 maxSurge: 25% maxUnavailable: 25% - timeoutSeconds: 600 + timeoutSeconds: 1200 updatePeriodSeconds: 1 type: Rolling template: