diff options
author | Markos Chandras <mchandras@suse.de> | 2018-02-19 17:34:19 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-02-19 17:34:19 +0000 |
commit | a469397f5545a02881e54d7cd7fdb7d58c72bb8b (patch) | |
tree | a3cedc3569cda4152e23f87a479f80456e70a8ea /jjb/xci | |
parent | f9a52671752efe3d4404343f5fafbeda6498464b (diff) |
jjb: xci: bifrost-verify-jobs: Increase build-timeout value
The bifrost jobs could run in parallel with the XCI ones so it may take
longer than 90 minutes to complete. Lets double the timeout value in
order to ensure that we don't fail due to a Jenkins timeout.
Change-Id: I53a442f434d839d891bf03e41ba1a6a4459fd878
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'jjb/xci')
-rw-r--r-- | jjb/xci/bifrost-verify-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/xci/bifrost-verify-jobs.yml b/jjb/xci/bifrost-verify-jobs.yml index e4c2d0e5b..c918b91ed 100644 --- a/jjb/xci/bifrost-verify-jobs.yml +++ b/jjb/xci/bifrost-verify-jobs.yml @@ -147,7 +147,7 @@ wrappers: - fix-workspace-permissions - build-timeout: - timeout: 90 + timeout: 180 publishers: # yamllint disable rule:line-length |