diff options
author | Christopher Baines <[email protected]> | 2025-02-13 09:10:43 +0000 |
---|---|---|
committer | Christopher Baines <[email protected]> | 2025-02-13 09:10:43 +0000 |
commit | fa485ee60e910755d7c37e83bce4c77e639b801d (patch) | |
tree | 77ab1b743fbda534ac5fe034d75dad0ebad18d80 /gnu | |
parent | 3147f597cb2f1ab4b7677ca4de7c8813df12bc50 (diff) |
services: guix-build-coordinator: Extend pid file timeout.
As truncating the WAL can take time.
* gnu/services/guix.scm (guix-build-coordinator-shepherd-services): Extend pid
file timeout.
Change-Id: I054fbf5631ee5060a4ea5b3c7940809193e1003b
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/services/guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm index 7a399238ef..b6011bd3dc 100644 --- a/gnu/services/guix.scm +++ b/gnu/services/guix.scm @@ -350,7 +350,7 @@ #:directory "/var/lib/guix-build-coordinator" #:pid-file "/var/run/guix-build-coordinator/pid" ;; Allow time for migrations to run - #:pid-file-timeout 60 + #:pid-file-timeout 240 #:environment-variables `("LC_ALL=en_US.utf8" "PATH=/run/current-system/profile/bin" ; for hooks |