From ccae161f5328c16afd5cd21477d705ef14b5aebd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 22 Aug 2018 14:18:58 +0200 Subject: increase chromium timeout b/c it kept timeouting on BS --- modules/buildsystem/manifests/iurt/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index 7e2c5c85..12deaee6 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -9,7 +9,7 @@ define buildsystem::iurt::config() { $build_timeout = { 'default' => 36000, 'atlas' => 57600, - 'chromium-browser-stable' => 72000, + 'chromium-browser-stable' => 115200, 'cross-gcc' => 115200, 'eclipse' => 172800, 'gcc' => 57600, -- cgit v1.2.1