aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-05-04 15:37:22 +0300
committerJani Välimaa <wally@mageia.org>2024-05-04 15:37:22 +0300
commitb1f22631d5d9ca40f8f271427b3bb066f6292126 (patch)
treed61b76bf0c7433d4f0177bc4622400fd35bdaffb
parent9f4132096fe4c71da0bf076d9a708deb3c84d9f1 (diff)
downloadpuppet-b1f22631d5d9ca40f8f271427b3bb066f6292126.tar
puppet-b1f22631d5d9ca40f8f271427b3bb066f6292126.tar.gz
puppet-b1f22631d5d9ca40f8f271427b3bb066f6292126.tar.bz2
puppet-b1f22631d5d9ca40f8f271427b3bb066f6292126.tar.xz
puppet-b1f22631d5d9ca40f8f271427b3bb066f6292126.zip
buildsystem: increase java-latest-openjdk timeout to 172800
-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 568eabb4..2258e0fd 100644
--- a/modules/buildsystem/manifests/iurt/config.pp
+++ b/modules/buildsystem/manifests/iurt/config.pp
@@ -15,6 +15,7 @@ define buildsystem::iurt::config() {
'gcc' => 115200,
'itk' => 115200,
'java-1.8.0-openjdk' => 172800,
+ 'java-latest-openjdk' => 172800,
'kernel' => 115200,
'libreoffice' => 432000,
'llvm' => 57600,