aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2025-11-02 17:41:04 +0200
committerJani Välimaa <wally@mageia.org>2025-11-02 17:41:04 +0200
commitbd20134a0608ca1e81069bb4586df20899eb8a15 (patch)
treecbe769f26dba53ba5ec57ab9fb32631b41de32ad /modules
parent8e64442ba068be982905aa7c65783770ca3039cd (diff)
downloadpuppet-master.tar
puppet-master.tar.gz
puppet-master.tar.bz2
puppet-master.tar.xz
puppet-master.zip
Increase blender build timeoutHEADmaster
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/manifests/iurt/config.pp1
1 files changed, 1 insertions, 0 deletions
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,