diff options
Diffstat (limited to 'guix-build-coordinator/guix-data-service.scm')
-rw-r--r-- | guix-build-coordinator/guix-data-service.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-build-coordinator/guix-data-service.scm b/guix-build-coordinator/guix-data-service.scm index 2899870..d4f6ea6 100644 --- a/guix-build-coordinator/guix-data-service.scm +++ b/guix-build-coordinator/guix-data-service.scm @@ -52,7 +52,8 @@ #:body body ;; Guile doesn't treat JSON as text, so decode the ;; body manually - #:decode-body? #f)))) + #:decode-body? #f)) + #:timeout 120)) (code (response-code response))) (unless (and (>= code 200) |