substitute-binary: Increase the default timeout.

* guix/scripts/substitute-binary.scm (%fetch-timeout): Set to 5 seconds.
This commit is contained in:
Ludovic Courtès 2013-07-11 22:22:22 +02:00
parent 35935b8a1d
commit 8b79e2e641
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ pairs."
(define %fetch-timeout
;; Number of seconds after which networking is considered "slow".
3)
5)
(define %random-state
(seed->random-state (+ (ash (cdr (gettimeofday)) 32) (getpid))))