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 @@ 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))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue