From a469397f5545a02881e54d7cd7fdb7d58c72bb8b Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 19 Feb 2018 17:34:19 +0000 Subject: 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 --- jjb/xci/bifrost-verify-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb') 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 -- cgit 1.2.3-korg