aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-05-04 15:38:20 +0300
committerJani Välimaa <wally@mageia.org>2024-05-04 15:38:20 +0300
commitd77b75ec1ceab6d8e323b924b48759621973d247 (patch)
tree70f5b886abdb247fca698f25fcd286eeb1f21d0b
parentb1f22631d5d9ca40f8f271427b3bb066f6292126 (diff)
downloadpuppet-d77b75ec1ceab6d8e323b924b48759621973d247.tar
puppet-d77b75ec1ceab6d8e323b924b48759621973d247.tar.gz
puppet-d77b75ec1ceab6d8e323b924b48759621973d247.tar.bz2
puppet-d77b75ec1ceab6d8e323b924b48759621973d247.tar.xz
puppet-d77b75ec1ceab6d8e323b924b48759621973d247.zip
buildsystem: increase java-17-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 2258e0fd..d25fe67b 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-17-openjdk' => 172800,
'java-latest-openjdk' => 172800,
'kernel' => 115200,
'libreoffice' => 432000,