From 7aa71742a00002cce2f65699d6be4a92a73c524a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Fri, 8 Nov 2024 09:49:47 +0200 Subject: Increase llvm build timeout value --- modules/buildsystem/manifests/iurt/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index c8c654e2..be440e39 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -20,7 +20,7 @@ define buildsystem::iurt::config() { 'java-latest-openjdk' => 172800, 'kernel' => 115200, 'libreoffice' => 432000, - 'llvm' => 57600, + 'llvm' => 86400, 'llvm17-suite' => 86400, 'llvm19-suite' => 86400, 'openfoam' => 115200, -- cgit v1.2.1