From 6868454fccfe7e864516392db2a967d0252bfd70 Mon Sep 17 00:00:00 2001 From: Mike Bonnet Date: Fri, 18 Oct 2019 10:29:29 -0700 Subject: [PATCH] increase build timeouts --- openshift/backend/mbs-backend-build-template.yaml | 2 +- openshift/frontend/mbs-frontend-build-template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift/backend/mbs-backend-build-template.yaml b/openshift/backend/mbs-backend-build-template.yaml index 3262f56b..7b6d797a 100644 --- a/openshift/backend/mbs-backend-build-template.yaml +++ b/openshift/backend/mbs-backend-build-template.yaml @@ -57,7 +57,7 @@ objects: app: "${NAME}" spec: runPolicy: "Parallel" - completionDeadlineSeconds: 1800 + completionDeadlineSeconds: 3600 strategy: dockerStrategy: forcePull: true diff --git a/openshift/frontend/mbs-frontend-build-template.yaml b/openshift/frontend/mbs-frontend-build-template.yaml index 32fea108..5d94d904 100644 --- a/openshift/frontend/mbs-frontend-build-template.yaml +++ b/openshift/frontend/mbs-frontend-build-template.yaml @@ -60,7 +60,7 @@ objects: app: "${NAME}" spec: runPolicy: "Parallel" - completionDeadlineSeconds: 1800 + completionDeadlineSeconds: 3600 strategy: dockerStrategy: forcePull: true