diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2022-09-30 15:11:55 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2022-09-30 15:11:55 +0200 |
commit | 575998882c34193b3c0f7a3ed889f22352d18b2e (patch) | |
tree | c591b10ff8b2dc44f522159a48cc9f0360dbb156 /modules | |
parent | 06ba30db175d305dfe7b66b8911db9f5cd72012f (diff) | |
download | puppet-575998882c34193b3c0f7a3ed889f22352d18b2e.tar puppet-575998882c34193b3c0f7a3ed889f22352d18b2e.tar.gz puppet-575998882c34193b3c0f7a3ed889f22352d18b2e.tar.bz2 puppet-575998882c34193b3c0f7a3ed889f22352d18b2e.tar.xz puppet-575998882c34193b3c0f7a3ed889f22352d18b2e.zip |
(iurt timeout) Increase qtwebengine6 timeout to 172800
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 4424b79f..217c4a4b 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -22,7 +22,7 @@ define buildsystem::iurt::config() { 'paraview' => 115200, 'qgis' => 57600, 'qtwebengine5' => 115200, - 'qtwebengine6' => 115200, + 'qtwebengine6' => 172800, 'rust' => 180000, 'salome' => 57600, 'vtk' => 57600, |