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>
This commit is contained in:
Timotej Lazar 2022-05-29 19:36:00 +02:00 committed by Ludovic Courtès
parent 29f62a7f5a
commit 1c537569ed
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")