This is an automated email from the git hooks/post-receive script.
roptat pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 29e9dc4 gnu: camlboot: Increase max-silent-time.
29e9dc4 is described below
commit 29e9dc49cc104bf606a642627d537e8e496d1fc1
Author: Julien Lepiller <[email protected]>
AuthorDate: Sun Nov 21 16:18:07 2021 +0100
gnu: camlboot: Increase max-silent-time.
* gnu/packages/ocaml.scm (camlboot)[properties]: Set max-silent-time to
10 hours.
---
gnu/packages/ocaml.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 8924f9c..f682456 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -161,7 +161,8 @@
(native-inputs
`(("guile" ,guile-3.0)))
(properties
- `((max-silent-time . 14400))) ; 4 hours, expected even on x86_64
+ ;; 10 hours, mostly for arm, more than 1 expected even on x86_64
+ `((max-silent-time . 36000)))
(home-page "https://github.com/Ekdohibs/camlboot")
(synopsis "OCaml source bootstrap")
(description "OCaml is written in OCaml. Its sources contain a
pre-compiled