unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55711] [PATCH] services: guix-data-service: Increase timeout for service start.
@ 2022-05-29 17:36 Timotej Lazar
  2022-06-05 21:32 ` bug#55711: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2022-05-29 17:36 UTC (permalink / raw)
  To: 55711; +Cc: Timotej Lazar

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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55711: [PATCH] services: guix-data-service: Increase timeout for service start.
  2022-05-29 17:36 [bug#55711] [PATCH] services: guix-data-service: Increase timeout for service start Timotej Lazar
@ 2022-06-05 21:32 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-06-05 21:32 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 55711-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-05 21:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-29 17:36 [bug#55711] [PATCH] services: guix-data-service: Increase timeout for service start Timotej Lazar
2022-06-05 21:32 ` bug#55711: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).