gnu: guile-2.2/fixed: Increase timeout and max-silent-time.
* gnu/packages/guile.scm (guile-2.2/fixed)[properties]: Add 'timeout' and 'max-silent-time' properties.
This commit is contained in:
		
							parent
							
								
									9815739e9b
								
							
						
					
					
						commit
						a9308efec6
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -255,7 +255,10 @@ without requiring the source code to be rewritten.") | ||||||
|   ;; in the `base' module, and thus changing it entails a full rebuild. |   ;; in the `base' module, and thus changing it entails a full rebuild. | ||||||
|   (package |   (package | ||||||
|     (inherit guile-2.2) |     (inherit guile-2.2) | ||||||
|     (properties '((hidden? . #t)))          ;people should install 'guile-2.2' |     (properties '((hidden? . #t)            ;people should install 'guile-2.2' | ||||||
|  |                   (timeout . 72000)            ;20 hours | ||||||
|  |                   (max-silent-time . 36000)))  ;10 hours (needed on ARM | ||||||
|  |                                                ;  when heavily loaded) | ||||||
|     (replacement #f))) |     (replacement #f))) | ||||||
| 
 | 
 | ||||||
| (define-public guile-next | (define-public guile-next | ||||||
|  |  | ||||||
		Reference in a new issue