diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-05-24 18:29:04 +0259 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-05-24 18:29:04 +0259 |
commit | e39030f48d3271d82f4fa6f70823cbfed5182292 (patch) | |
tree | b09c5bed83fd8fdf1dfe444ca55cf78ff96493dd /modules/buildsystem | |
parent | 90202a5f68ab76d1fe3abef444ebe96fd21cb33e (diff) | |
download | puppet-e39030f48d3271d82f4fa6f70823cbfed5182292.tar puppet-e39030f48d3271d82f4fa6f70823cbfed5182292.tar.gz puppet-e39030f48d3271d82f4fa6f70823cbfed5182292.tar.bz2 puppet-e39030f48d3271d82f4fa6f70823cbfed5182292.tar.xz puppet-e39030f48d3271d82f4fa6f70823cbfed5182292.zip |
set default iurt timeout to 10h as more packages gets bigger and takes longer to build
Diffstat (limited to 'modules/buildsystem')
-rw-r--r-- | modules/buildsystem/manifests/iurt/config.pp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index 470789e2..27853cfe 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -7,18 +7,15 @@ define buildsystem::iurt::config() { $build_login = $buildsystem::var::iurt::login $build_timeout = { - 'default' => 18000, + 'default' => 36000, 'atlas' => 57600, - 'clang' => 36000, 'cross-gcc' => 115200, 'eclipse' => 172800, 'gcc' => 57600, - 'gnuradio' => 36000, 'itk' => 115200, 'java-1.8.0-openjdk' => 172800, 'java-1.8.0-openjfx' => 115200, 'libreoffice' => 432000, - 'llvm' => 36000, 'openfoam' => 115200, 'paraview' => 115200, 'rust' => 180000, |