gnu: ghc-9.2: Increase max-silent-time.
Times out on i686 CI, but not locally. * gnu/packages/haskell.scm (ghc-9.2)[properties]: Add max-silent-time.
This commit is contained in:
		
							parent
							
								
									a79950af15
								
							
						
					
					
						commit
						3bb2078a12
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -1309,6 +1309,7 @@ interactive environment for the functional language Haskell.") | |||
|          ;; Increase verbosity, so running the test suite does not time out on CI. | ||||
|          ((#:make-flags make-flags ''()) | ||||
|           #~(cons "VERBOSE=4" #$make-flags)))) | ||||
|       (properties '((max-silent-time . 36000))) ; 10 hours, for i686. | ||||
|       (native-inputs | ||||
|        `(;; GHC 9.2 must be built with GHC >= 8.6. | ||||
|          ("ghc-bootstrap" ,base) | ||||
|  |  | |||
		Reference in a new issue