diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-10-08 09:59:43 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-10-09 15:46:52 +0200 |
commit | 7f43ff965fc704bfbc96c0a31654e048bcae8a64 (patch) | |
tree | ed5afb585340abbebbe3ff2068f22fc1d5259d53 | |
parent | a299a8992cb96575db397122f9e2f82cbb96286e (diff) | |
download | guix-7f43ff965fc704bfbc96c0a31654e048bcae8a64.tar guix-7f43ff965fc704bfbc96c0a31654e048bcae8a64.tar.gz |
gnu: guile-next: Increase timeout.
* gnu/packages/guile.scm (guile-next)[properties]: Set timeout to
20 hours.
-rw-r--r-- | gnu/packages/guile.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 0890f19025..7361f1f8ed 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -220,6 +220,7 @@ without requiring the source code to be rewritten.") (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") |