jjb: xci: bifrost-verify-jobs: Increase build-timeout value 15/52315/1
authorMarkos Chandras <mchandras@suse.de>
Mon, 19 Feb 2018 17:34:19 +0000 (17:34 +0000)
committerMarkos Chandras <mchandras@suse.de>
Mon, 19 Feb 2018 17:34:19 +0000 (17:34 +0000)
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>
jjb/xci/bifrost-verify-jobs.yml

index e4c2d0e..c918b91 100644 (file)
     wrappers:
       - fix-workspace-permissions
       - build-timeout:
-          timeout: 90
+          timeout: 180
 
     publishers:
       # yamllint disable rule:line-length