aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-build-coordinator/guix-data-service.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-build-coordinator/guix-data-service.scm b/guix-build-coordinator/guix-data-service.scm
index d4f6ea6..584bbbd 100644
--- a/guix-build-coordinator/guix-data-service.scm
+++ b/guix-build-coordinator/guix-data-service.scm
@@ -53,7 +53,7 @@
;; Guile doesn't treat JSON as text, so decode the
;; body manually
#:decode-body? #f))
- #:timeout 120))
+ #:timeout 10))
(code
(response-code response)))
(unless (and (>= code 200)