aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-build-coordinator/agent.scm')
-rw-r--r--guix-build-coordinator/agent.scm12
1 files changed, 7 insertions, 5 deletions
diff --git a/guix-build-coordinator/agent.scm b/guix-build-coordinator/agent.scm
index 6fe3e71..7966020 100644
--- a/guix-build-coordinator/agent.scm
+++ b/guix-build-coordinator/agent.scm
@@ -315,11 +315,13 @@
(process-job build
perform-post-build-actions))
#:thread-start-delay
- (make-time time-duration
- 0
- (max 5
- (- 135 (* 120
- (/ max-parallel-builds 64))))))))
+ (make-time
+ time-duration
+ 0
+ (max 5
+ (- 135
+ (* 120
+ (/ max-parallel-builds 64))))))))
(define (display-info)
(display
(simple-format