aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2019-04-08 16:26:03 +0000
committerPascal Terjan <pterjan@mageia.org>2019-04-08 16:26:03 +0000
commita77d1f98138f45b6b638b86b5b86bd080d0bcf2d (patch)
tree691bf5cc9b92bbfb7e5b650ee835b74b208c741a
parentfc2159dd45086a8274ca75a2edc716bd5e7878c7 (diff)
downloadpuppet-a77d1f98138f45b6b638b86b5b86bd080d0bcf2d.tar
puppet-a77d1f98138f45b6b638b86b5b86bd080d0bcf2d.tar.gz
puppet-a77d1f98138f45b6b638b86b5b86bd080d0bcf2d.tar.bz2
puppet-a77d1f98138f45b6b638b86b5b86bd080d0bcf2d.tar.xz
puppet-a77d1f98138f45b6b638b86b5b86bd080d0bcf2d.zip
Reduce some timeouts and instead increase arm multipliers
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
-rw-r--r--modules/buildsystem/manifests/iurt/config.pp4
2 files changed, 4 insertions, 4 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 0aad5a6e..6c1c129a 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -17,8 +17,8 @@ class mga_buildsystem::config {
class { 'buildsystem::var::iurt':
timeout_multiplier => $::architecture ? {
- /arm/ => 2,
- 'aarch64' => 1.5,
+ /arm/ => 4,
+ 'aarch64' => 2,
default => 1,
}
}
diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp
index 346adaab..8620eac7 100644
--- a/modules/buildsystem/manifests/iurt/config.pp
+++ b/modules/buildsystem/manifests/iurt/config.pp
@@ -21,10 +21,10 @@ define buildsystem::iurt::config() {
'openfoam' => 115200,
'paraview' => 115200,
'qgis' => 57600,
- 'qtwebengine5' => 115200,
+ 'qtwebengine5' => 57600,
'rust' => 180000,
'salome' => 57600,
- 'vtk' => 115200,
+ 'vtk' => 57600,
'webkit' => 57600,
'wrapitk' => 115200,
}