From 06ba30db175d305dfe7b66b8911db9f5cd72012f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Fri, 30 Sep 2022 08:59:59 +0200 Subject: (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 --- modules/buildsystem/manifests/iurt/config.pp | 3 +-- 1 file changed, 1 insertion(+), 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, -- cgit v1.2.1