gnu: vigra: Raise max-silent-time timeout value to 2 hours.
Fixes <https://issues.guix.gnu.org/40887>. * gnu/packages/image.scm (vigra)[properties]: Add a 'max-silent-time' property, with a value of 7200 seconds (2 hours).
This commit is contained in:
		
							parent
							
								
									3049097ac2
								
							
						
					
					
						commit
						a25896bb75
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -1218,7 +1218,9 @@ processing and analysis library that puts its main emphasis on customizable | ||||||
| algorithms and data structures.  It is particularly strong for | algorithms and data structures.  It is particularly strong for | ||||||
| multi-dimensional image processing.") | multi-dimensional image processing.") | ||||||
|    (license license:expat) |    (license license:expat) | ||||||
|    (home-page "https://ukoethe.github.io/vigra/"))) |    (home-page "https://ukoethe.github.io/vigra/") | ||||||
|  |    (properties '((max-silent-time . 7200))))) ;2 hours, to avoid timing out | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| (define-public vigra-c | (define-public vigra-c | ||||||
|   (let* ((commit "66ff4fa5a7d4a77415caa676a45c2c6ea16562e7") |   (let* ((commit "66ff4fa5a7d4a77415caa676a45c2c6ea16562e7") | ||||||
|  |  | ||||||
		Reference in a new issue