Skip to content
Snippets Groups Projects
Commit 8b79e2e6 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

substitute-binary: Increase the default timeout.

* guix/scripts/substitute-binary.scm (%fetch-timeout): Set to 5 seconds.
parent 35935b8a
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ (define (fields->alist port)
(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))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment