guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: linux-libre: Bump max-silent-time even further.


From: guix-commits
Subject: 06/07: gnu: linux-libre: Bump max-silent-time even further.
Date: Mon, 9 Jan 2023 18:27:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6106044849fcdda9f66e29829806c2053ac276a2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 10 00:25:46 2023 +0100

    gnu: linux-libre: Bump max-silent-time even further.
    
    Aarch64 CI build still fail with ‘timed out after 3600 seconds of
    silence’.
    
    * gnu/packages/linux.scm (make-linux-libre*):
    Increase the max-silent-time to 3 hours.
    
    Reported by akirakyle in #guix.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7d10da25ef..eb01e549ef 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1066,7 +1066,7 @@ for ARCH and optionally VARIANT, or #f if there is no 
such configuration."
     (description "GNU Linux-Libre is a free (as in freedom) variant of the
 Linux kernel.  It has been modified to remove all non-free binary blobs.")
     (license license:gpl2)
-    (properties '((max-silent-time . 3600))))) ;don't timeout on blob scan.
+    (properties '((max-silent-time . 10800))))) ;don't timeout on blob scan
 
 
 ;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]