This is an automated email from the git hooks/post-receive script.

lbraun pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3bb2078a12 gnu: ghc-9.2: Increase max-silent-time.
3bb2078a12 is described below

commit 3bb2078a12d78a13f1e1520fe3705333a74ef6e3
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Tue Feb 28 09:28:58 2023 +0100

    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(+)

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)

Reply via email to