From 3bb2078a12d78a13f1e1520fe3705333a74ef6e3 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 28 Feb 2023 09:28:58 +0100 Subject: 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. --- gnu/packages/haskell.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/haskell.scm') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 16f4e2d530..dddc85459a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -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) -- cgit 1.4.1