diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2022-09-30 08:59:59 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2022-09-30 09:00:55 +0200 |
commit | 06ba30db175d305dfe7b66b8911db9f5cd72012f (patch) | |
tree | 75f90f4c39244326aaafc732c724a75ace6c8cbf /modules/buildsystem/manifests | |
parent | f165a4820e7514eecced312ad558831c2783d3c0 (diff) | |
download | puppet-06ba30db175d305dfe7b66b8911db9f5cd72012f.tar puppet-06ba30db175d305dfe7b66b8911db9f5cd72012f.tar.gz puppet-06ba30db175d305dfe7b66b8911db9f5cd72012f.tar.bz2 puppet-06ba30db175d305dfe7b66b8911db9f5cd72012f.tar.xz puppet-06ba30db175d305dfe7b66b8911db9f5cd72012f.zip |
(iurt timeout) Add and remove timeouts
Add timeout for qtwebengine6 ( I used the same as qtwebengine5)
Remove for eclipse and java-1.8.0-openjfx, we do not have then in mageia
anymore
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r-- | modules/buildsystem/manifests/iurt/config.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index d6e52cb3..4424b79f 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -12,11 +12,9 @@ define buildsystem::iurt::config() { 'chromium-browser-stable' => 172800, 'clang' => 172800, 'cross-gcc' => 115200, - 'eclipse' => 172800, 'gcc' => 115200, 'itk' => 115200, 'java-1.8.0-openjdk' => 172800, - 'java-1.8.0-openjfx' => 115200, 'kernel' => 115200, 'libreoffice' => 432000, 'llvm' => 57600, @@ -24,6 +22,7 @@ define buildsystem::iurt::config() { 'paraview' => 115200, 'qgis' => 57600, 'qtwebengine5' => 115200, + 'qtwebengine6' => 115200, 'rust' => 180000, 'salome' => 57600, 'vtk' => 57600, |