summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2022-05-29 19:36:00 +0200
committerLudovic Courtès <ludo@gnu.org>2022-06-05 23:35:31 +0200
commit1c537569ed2bbb2de67778c4e8b1ea29bdee4531 (patch)
treea7c0fe7a3759e017a467576dd844d5016c902666
parent29f62a7f5a200c482cc9fc1770254d871d21c80e (diff)
downloadguix-patches-1c537569ed2bbb2de67778c4e8b1ea29bdee4531.tar
guix-patches-1c537569ed2bbb2de67778c4e8b1ea29bdee4531.tar.gz
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>
-rw-r--r--gnu/services/guix.scm2
1 files changed, 1 insertions, 1 deletions
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")