guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: services: Reduce daemon build timeouts.


From: Ludovic Courtès
Subject: 01/01: hydra: services: Reduce daemon build timeouts.
Date: Fri, 28 Dec 2018 16:32:59 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit e33d3fdc92229c2ef28d50f0c8eed7eabdb6ac45
Author: Ludovic Courtès <address@hidden>
Date:   Fri Dec 28 22:32:09 2018 +0100

    hydra: services: Reduce daemon build timeouts.
    
    * hydra/modules/sysadmin/services.scm (guix-daemon-config): Reduce
    'max-silent-time' and 'timeout'.
---
 hydra/modules/sysadmin/services.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 50cc584..3159ef7 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -50,8 +50,13 @@
    (use-substitutes? #f)
    (substitute-urls '())
    (authorized-keys '())
-   (max-silent-time 7200)
-   (timeout (* 4 max-silent-time))
+
+   ;; We don't want to let builds get stuck for too long, but we still want
+   ;; to allow building, say, Guile 2.2 on armhf-linux, which takes < 3h on
+   ;; an OverDrive 1000.
+   (max-silent-time 3600)
+   (timeout (* 6 3600))
+
    (log-compression 'gzip)               ;be friendly to 'guix publish' users
 
    (build-accounts (* 2 max-jobs))



reply via email to

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