From eef6cc985abde185ea12339185738a1fbcf215bc Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Tue, 28 Aug 2018 19:20:50 -0600 Subject: [PATCH] VPP: lowering build timeout to 120 six hours is too long for vpp job timeout. lowering down to two hours. Change-Id: If32a370f8561b551511c06db9f9273f8dac282fd Signed-off-by: Ed Kern --- jjb/vpp/vpp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 0b928a2ee..fc2c19add 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -206,7 +206,7 @@ wrappers: - fdio-infra-wrappers: - build-timeout: '{build-timeout}' + build-timeout: 120 triggers: - gerrit-trigger-patch-merged: @@ -524,7 +524,7 @@ wrappers: - fdio-infra-wrappers: - build-timeout: '{build-timeout}' + build-timeout: 120 triggers: - gerrit-trigger-checkstyle: -- 2.16.6