From: Bin Yang Date: Wed, 4 Mar 2020 02:51:29 +0000 (+0000) Subject: Fix pti-rtp-shell-verify timeout issue X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6aaf726d063cb0fd47b660bbd77272dcc492f048;p=ci-management.git Fix pti-rtp-shell-verify timeout issue Increase Jenkins timeout on verify and merge from 60 to 120 min Issue-ID: INF-17 Signed-off-by: Bin Yang Change-Id: Ifcab676af8ecb43b85ce824778fae97566d57673 --- diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml index e19d2dd2..a3d8e9a6 100644 --- a/jjb/pti-rtp/pti-rtp.yaml +++ b/jjb/pti-rtp/pti-rtp.yaml @@ -30,8 +30,8 @@ - project: <<: *pti_rtp_common name: pti-rtp-verify - # runs about 40 minutes - build-timeout: 60 + # runs about 50~80 minutes + build-timeout: 120 script: !include-raw-escape: - install-yocto-prereq-centos.sh - verify-yocto.sh @@ -41,8 +41,8 @@ - project: <<: *pti_rtp_common name: pti-rtp-merge - # runs about 40 minutes - build-timeout: 60 + # runs about 50~80 minutes + build-timeout: 120 script: !include-raw-escape: - install-yocto-prereq-centos.sh - verify-yocto.sh