gnu: guile-next: Increase timeout.

* gnu/packages/guile.scm (guile-next)[properties]: Set timeout to
20 hours.
This commit is contained in:
Ricardo Wurmus 2016-10-08 09:59:43 +02:00
parent a299a8992c
commit 7f43ff965f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -220,6 +220,7 @@ (define-public guile-next
(snippet '(for-each delete-file
(find-files "prebuilt" "\\.go$")))))
(synopsis "Snapshot of what will become version 2.2 of GNU Guile")
(properties '((timeout . 72000))) ; 20 hours
(native-search-paths
(list (search-path-specification
(variable "GUILE_LOAD_PATH")