diff options
author | Christopher Baines <mail@cbaines.net> | 2025-01-14 10:53:51 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-01-14 10:53:51 +0000 |
commit | 39d32837beb9eda5a1a301691d8bb86a0edeb6ad (patch) | |
tree | 2f195620e7ee01de14dda0c308a1478cad1f0f04 /guix-qa-frontpage/manage-patch-branches.scm | |
parent | d465c06e659787f12fd74e57fb3855dacf8f7d14 (diff) | |
download | qa-frontpage-39d32837beb9eda5a1a301691d8bb86a0edeb6ad.tar qa-frontpage-39d32837beb9eda5a1a301691d8bb86a0edeb6ad.tar.gz |
Update Guile Knots
Diffstat (limited to 'guix-qa-frontpage/manage-patch-branches.scm')
-rw-r--r-- | guix-qa-frontpage/manage-patch-branches.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm index 682b183..b92e8a8 100644 --- a/guix-qa-frontpage/manage-patch-branches.scm +++ b/guix-qa-frontpage/manage-patch-branches.scm @@ -19,7 +19,7 @@ #:use-module (guix build utils) #:use-module ((guix build download) #:select (http-fetch)) #:use-module ((guix build utils) #:select (with-directory-excursion)) - #:use-module (knots worker-threads) + #:use-module (knots thread-pool) #:use-module (guix-qa-frontpage mumi) #:use-module (guix-qa-frontpage database) #:use-module (guix-qa-frontpage git-repository) @@ -523,7 +523,7 @@ (current-error-port) "exception in manage patch branches thread: ~A\n" exn) - (unless (worker-thread-timeout-error? exn) + (unless (thread-pool-timeout-error? exn) (sleep 240))) (lambda () (with-throw-handler #t |