From 6aaf726d063cb0fd47b660bbd77272dcc492f048 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Wed, 4 Mar 2020 02:51:29 +0000 Subject: [PATCH] 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 --- jjb/pti-rtp/pti-rtp.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.16.6