From cddf5d4add787caaa38aeb0ec8f1989aa818a7d5 Mon Sep 17 00:00:00 2001 From: Christiaan Welvaart Date: Mon, 21 May 2018 22:01:42 +0200 Subject: 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. --- modules/buildsystem/manifests/iurt/config.pp | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.1