From 0dff49055726b4957a571e571fcab42d5068899e Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 25 May 2017 16:14:02 -0400 Subject: [PATCH] Apex: increase build timeout Builds can take a lot longer when running simultaneously and daily builds upload many rpm and srpm artifacts which takes longer. Change-Id: Ib8dd23e5bea1a552c10a6f5a5aa1ea158647f7d1 Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 2 +- jjb/apex/apex.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index ae2186002..a8b591497 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -420,7 +420,7 @@ wrappers: - timeout: - timeout: 90 + timeout: 150 fail: true properties: diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 3f10e214b..cd69bba1f 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -420,7 +420,7 @@ wrappers: - timeout: - timeout: 90 + timeout: 150 fail: true properties: -- 2.16.6