aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-06-02 19:32:32 +0100
committerChristopher Baines <mail@cbaines.net>2020-06-02 19:32:32 +0100
commit7fd3cbda06afd445cea775402be81919f599bec3 (patch)
treeccb85c8c46426c106ca0c0431f138aacd894a8df /scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
parentf034f62518771856bb39e239c1634c2f8fdcb156 (diff)
downloadbuild-coordinator-7fd3cbda06afd445cea775402be81919f599bec3.tar
build-coordinator-7fd3cbda06afd445cea775402be81919f599bec3.tar.gz
Increase the retry delay in the queue builds script
Diffstat (limited to 'scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in')
-rw-r--r--scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
index 10c11d1..b23dea1 100644
--- a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
+++ b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
@@ -149,7 +149,7 @@
(simple-format #t "build submitted as ~A\n"
(assoc-ref response "build-submitted"))))))
#:times 6
- #:delay 10))
+ #:delay 30))
(define (submit-builds-for-revision commit)
(simple-format #t "looking at revision ~A\n" commit)