diff mbox series

[bug#55711] services: guix-data-service: Increase timeout for service start.

Message ID 20220529173600.16057-1-timotej.lazar@araneo.si
State Accepted
Headers show
Series [bug#55711] services: guix-data-service: Increase timeout for service start. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Timotej Lazar May 29, 2022, 5:36 p.m. UTC
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.
---
 gnu/services/guix.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ludovic Courtès June 5, 2022, 9:32 p.m. UTC | #1
Hi Timotej,

Timotej Lazar <timotej.lazar@araneo.si> skribis:

> 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.

Applied, thanks.

Ludo’.
diff mbox series

Patch

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 @@  (define (guix-data-service-shepherd-services config)
                 #: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")