[bug#62819,core-updates,2/2] gnu: ghc-8.10: Increase 'max-silent-time'.
Commit Message
* gnu/packages/haskell.scm (ghc-8.10)[properties]: Add 'max-silent-time' to
build on i686-linux system.
---
gnu/packages/haskell.scm | 3 +++
1 file changed, 3 insertions(+)
@@ -1261,6 +1261,9 @@ (define-public ghc-8.10
(substitute* '("testsuite/tests/quasiquotation/all.T")
(("unless\\(config.have_ext_interp, skip\\),")
"unless(config.have_ext_interp, skip), when(arch('i386'), skip),"))))))))
+ (properties
+ ;; 3 hours to avoid time-out in the check phase.
+ `((max-silent-time . 10800)))
(native-search-paths (list (search-path-specification
(variable "GHC_PACKAGE_PATH")
(files (list