guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: hydra: bayfront: Set 'max-silent-time' and 'timeout'.


From: Ludovic Courtès
Subject: 01/01: hydra: bayfront: Set 'max-silent-time' and 'timeout'.
Date: Mon, 5 Jun 2017 06:43:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit d13dcc7f7bc111319de9842c118ddc875ae09084
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 5 12:42:30 2017 +0200

    hydra: bayfront: Set 'max-silent-time' and 'timeout'.
    
    * hydra/bayfront.scm (%guix-daemon-config)[max-silent-time, timeout]:
    New fields.
---
 hydra/bayfront.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 8f2c744..7186d30 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -35,6 +35,8 @@
    (use-substitutes? #f)
    (substitute-urls '())
    (authorized-keys '())
+   (max-silent-time 7200)
+   (timeout (* 4 max-silent-time))
 
    (extra-options '("--max-jobs=5" "--cores=8"    ;we have 32 cores
                     "--cache-failures"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]