From 6106044849fcdda9f66e29829806c2053ac276a2 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 10 Jan 2023 00:25:46 +0100 Subject: gnu: linux-libre: Bump max-silent-time even further. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 @@ (define* (make-linux-libre* version gnu-revision source supported-systems (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 ;;; -- cgit v1.2.3