From 3f4c7dd00313c733e4c54982e8e7e044f588e960 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 8 Apr 2025 18:19:53 +0100 Subject: Reduce the branch builds sleep time --- guix-qa-frontpage/manage-builds.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-qa-frontpage/manage-builds.scm b/guix-qa-frontpage/manage-builds.scm index 8aac49c..f5d71ce 100644 --- a/guix-qa-frontpage/manage-builds.scm +++ b/guix-qa-frontpage/manage-builds.scm @@ -505,7 +505,7 @@ #:buckets (list 30 60 120 240 480 960 1920 3840 (inf)))))) #:unwind? #t) - (sleep 3600))))) + (sleep (* 20 60)))))) (define* (submit-build build-coordinator guix-data-service derivation #:key (priority 0) (tags '()) -- cgit v1.2.3