diff --git a/gnu/services/web.scm b/gnu/services/web.scm index 255ae5a3cf0..3989607646e 100644 --- a/gnu/services/web.scm +++ b/gnu/services/web.scm @@ -2071,7 +2071,7 @@ WSGIPassAuthorization On (calendar-event #:minutes '#$(iota 12 0 5)) (command (list #$(mumi-rsync-and-index config))) #:log-file #$%mumi-rsync-and-index-log - #:max-duration (* 60 60) + #:max-duration (* 2 60 60) #:wait-for-termination? #t)) (stop #~(make-timer-destructor)) (actions (list shepherd-trigger-action))