guix_mirror_bot pushed a commit to branch java-team
in repository guix.

commit 995be8e3a1037a73b50141e9361c584a3b455a5b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Feb 18 10:18:32 2026 +0900

    gnu: openjdk11: Double max-silent-time timeout property.
    
    * gnu/packages/java.scm (openjdk11) [properties]: New field.
    
    Change-Id: I4370a4d8bc75c139334ef41778c17d391561e356
---
 gnu/packages/java.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index ddf141564f..fce83f7cda 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1570,7 +1570,11 @@ new Date();"))))
     (synopsis "Java development kit")
     (description
      "This package provides the Java development kit OpenJDK.")
-    (license license:gpl2+)))
+    (license license:gpl2+)
+    (properties
+     ;; At least on a Blackbird powerpc64le machine, the build takes more than
+     ;; the default 3600s of silent timeout.
+     `((max-silent-time . ,(* 3600 2))))))
 
 (define-syntax make-openjdk
   ;; Return an OpenJDK package at VERSION with checksum HASH, using BOOTSTRAP,

Reply via email to