diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-25 16:14:02 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-05-25 16:14:02 -0400 |
commit | 0dff49055726b4957a571e571fcab42d5068899e (patch) | |
tree | d1ff19dd586e93b4216f3694f4132203c0e659f7 /jjb | |
parent | 0b8294a8fe66fab780dc79a2a10d33c66fa94f10 (diff) |
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 <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex.yml | 2 | ||||
-rw-r--r-- | 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: |