From 1a2d3cfbed7efd7703595b45418eba15779060d6 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 26 Aug 2019 11:06:57 +0000 Subject: [PATCH] Increase build timeout for ONAP deployment Master deployment takes longer than Dublin so this change increases the Jenkins build timeout from 150 minutes to 210 minutes in order to have chance to see to the end of the deployment. Change-Id: Ib996c7328ac7ca39d5e82b478b2cde459adcf157 --- jjb/cloud-infra/cloud-infra-periodic-onap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml index b51b7a66..bdb63dfa 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml @@ -66,7 +66,7 @@ onap-other-phases: - onap-deploy: - build-timeout: 150 + build-timeout: 210 - oom-healthcheck: build-timeout: 30 test-type: oom-healthcheck @@ -160,7 +160,7 @@ variable: OPENRC_FILE - mask-passwords - build-timeout: - timeout: 220 + timeout: 300 - fix-workspace-permissions - openstack: single-use: True -- 2.25.1