gnu: guile-next: Increase max-silent-time.

* gnu/packages/guile.scm (guile-next)[properties]: Add 'max-silent-time'.
master
Ludovic Courtès 2017-03-13 10:28:20 +01:00
parent 59bb178cce
commit 8f7ea70913
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ without requiring the source code to be rewritten.")
(find-files "prebuilt" "\\.go$")))))
(synopsis "Snapshot of what will become version 2.2 of GNU Guile")
(properties '((timeout . 72000) ;20 hours
(max-silent-time . 10800) ;3 hours (needed on ARM)
(upstream-name . "guile")
(ftp-server . "alpha.gnu.org")
(ftp-directory . "/gnu/guile")))