guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: Increase the default job processing timeout


From: Christopher Baines
Subject: 03/04: Increase the default job processing timeout
Date: Sun, 9 Jan 2022 05:31:07 -0500 (EST)

cbaines pushed a commit to branch master
in repository data-service.

commit 743628398902062bc36e0527e711a2662f6ae992
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Jan 9 10:12:06 2022 +0000

    Increase the default job processing timeout
---
 guix-data-service/jobs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-data-service/jobs.scm b/guix-data-service/jobs.scm
index fe9dc28..a1828a2 100644
--- a/guix-data-service/jobs.scm
+++ b/guix-data-service/jobs.scm
@@ -56,7 +56,7 @@
 
 (define default-timeout
   (* (* 60 60) ;; 1 hour in seconds
-     48))
+     72))
 
 (define* (process-jobs-concurrently
           fetch-new-jobs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]