From fc2159dd45086a8274ca75a2edc716bd5e7878c7 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 8 Apr 2019 16:21:08 +0000 Subject: Increase timeout for some packages hitting it on armv7hl --- modules/buildsystem/manifests/iurt/config.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index 6fb545e2..346adaab 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -21,8 +21,10 @@ define buildsystem::iurt::config() { 'openfoam' => 115200, 'paraview' => 115200, 'qgis' => 57600, + 'qtwebengine5' => 115200, 'rust' => 180000, 'salome' => 57600, + 'vtk' => 115200, 'webkit' => 57600, 'wrapitk' => 115200, } -- cgit v1.2.1