summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-03-13 10:28:20 +0100
committerLudovic Courtès <ludo@gnu.org>2017-03-13 10:30:33 +0100
commit8f7ea70913107d07e2dea721b2f0b8fda1af24da (patch)
treedd4e5f562c146b72eda9b3ab08340f2f3201286f /gnu
parent59bb178ccebd0d536b8ede1b4395980eac6983d8 (diff)
downloadpatches-8f7ea70913107d07e2dea721b2f0b8fda1af24da.tar
patches-8f7ea70913107d07e2dea721b2f0b8fda1af24da.tar.gz
gnu: guile-next: Increase max-silent-time.
* gnu/packages/guile.scm (guile-next)[properties]: Add 'max-silent-time'.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/guile.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index a9fd471cd9..f9ca5d0bfe 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -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")))