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.
This commit is contained in:
Tobias Geerinckx-Rice 2023-01-10 00:25:46 +01:00
parent 03829e066d
commit 6106044849
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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
;;;