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