diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-08-22 14:18:58 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-08-24 00:46:35 +0300 |
commit | ccae161f5328c16afd5cd21477d705ef14b5aebd (patch) | |
tree | 00d440af4b7d7766b694b39a47878a609ce4d6ce /modules | |
parent | 49b6bcbaa949c1c5530570cb7dccd58891c103aa (diff) | |
download | puppet-ccae161f5328c16afd5cd21477d705ef14b5aebd.tar puppet-ccae161f5328c16afd5cd21477d705ef14b5aebd.tar.gz puppet-ccae161f5328c16afd5cd21477d705ef14b5aebd.tar.bz2 puppet-ccae161f5328c16afd5cd21477d705ef14b5aebd.tar.xz puppet-ccae161f5328c16afd5cd21477d705ef14b5aebd.zip |
increase chromium timeout b/c it kept timeouting on BS
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/manifests/iurt/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |