1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

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:
Lars-Dominik Braun
2023-02-28 09:28:58 +01:00
parent a79950af15
commit 3bb2078a12
+1
View File
@@ -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)