From bd20134a0608ca1e81069bb4586df20899eb8a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 2 Nov 2025 17:41:04 +0200 Subject: Increase blender build timeout --- modules/buildsystem/manifests/iurt/config.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index b8be373e..02f5be63 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -9,6 +9,7 @@ define buildsystem::iurt::config() { $build_timeout = { 'default' => 36000, 'atlas' => 57600, + 'blender' => 57600, 'chromium-browser-stable' => 172800, 'clang' => 172800, 'cross-gcc' => 115200, -- cgit v1.2.1