From fa0f3b37aa3bf8a8a2dab60a9b14277f796bdcf9 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 5 Mar 2018 16:12:37 -0800 Subject: [PATCH] Reduce global timeout Reduce timeout to 90 minutes. This timeout is too big. Reduce it to 90 minutes to avoid stalled jobs. Change-Id: I0d4ed4bc81dacd9259a879ee38b52bb6d13011ab Issue-ID: CIMAN-142 Signed-off-by: Jessica Wagantall --- jjb/global-defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml index 7ec69c6ad..9de47bf9a 100644 --- a/jjb/global-defaults.yaml +++ b/jjb/global-defaults.yaml @@ -31,7 +31,7 @@ -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r # Timeout in minutes - build-timeout: 360 + build-timeout: 90 build-node: ubuntu1604-basebuild-2c-1g archive-artifacts: '' -- 2.16.6