mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
substitute-binary: Increase the default timeout.
* guix/scripts/substitute-binary.scm (%fetch-timeout): Set to 5 seconds.
This commit is contained in:
parent
35935b8a1d
commit
8b79e2e641
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue