aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristiaan Welvaart <cjw@time4t.net>2018-05-21 22:01:42 +0200
committerPascal Terjan <pterjan@mageia.org>2018-06-02 10:39:36 +0000
commitcddf5d4add787caaa38aeb0ec8f1989aa818a7d5 (patch)
treea3cd69aa2580ad191121105f97694372dce349b0
parentfb8fab858d1fb0d93b4e8a63e16eb569ef0c9f8d (diff)
downloadpuppet-cddf5d4add787caaa38aeb0ec8f1989aa818a7d5.tar
puppet-cddf5d4add787caaa38aeb0ec8f1989aa818a7d5.tar.gz
puppet-cddf5d4add787caaa38aeb0ec8f1989aa818a7d5.tar.bz2
puppet-cddf5d4add787caaa38aeb0ec8f1989aa818a7d5.tar.xz
puppet-cddf5d4add787caaa38aeb0ec8f1989aa818a7d5.zip
Increase the build timeout for chromium-browser-stable to 20h.
If both x86 and x86-64 builds for chromium-browser-stable are run on the same build node, the builds may take more than 10h.
-rw-r--r--modules/buildsystem/manifests/iurt/config.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp
index 27853cfe..7e2c5c85 100644
--- a/modules/buildsystem/manifests/iurt/config.pp
+++ b/modules/buildsystem/manifests/iurt/config.pp
@@ -9,6 +9,7 @@ define buildsystem::iurt::config() {
$build_timeout = {
'default' => 36000,
'atlas' => 57600,
+ 'chromium-browser-stable' => 72000,
'cross-gcc' => 115200,
'eclipse' => 172800,
'gcc' => 57600,