guix-commits
[Top][All Lists]
Advanced

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

09/10: services: guix-data-service: Increase timeout for service start.


From: guix-commits
Subject: 09/10: services: guix-data-service: Increase timeout for service start.
Date: Sun, 5 Jun 2022 17:41:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1c537569ed2bbb2de67778c4e8b1ea29bdee4531
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sun May 29 19:36:00 2022 +0200

    services: guix-data-service: Increase timeout for service start.
    
    The guix-data-service system test fails on a slower machine with a 
one-minute
    time limit.
    
    * gnu/services/guix.scm (guix-data-service): Double the #:pid-file-timeout.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/services/guix.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index 413bf51ad8..ad7b020b69 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -643,7 +643,7 @@ ca-certificates.crt file in the system profile."
                 #:group #$group
                 #:pid-file "/var/run/guix-data-service/pid"
                 ;; Allow time for migrations to run
-                #:pid-file-timeout 60
+                #:pid-file-timeout 120
                 #:environment-variables
                 `(,(string-append
                     "GUIX_LOCPATH=" #$glibc-utf8-locales "/lib/locale")



reply via email to

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