[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/13: secret-service: Increase default handshake timeout.
From: |
guix-commits |
Subject: |
02/13: secret-service: Increase default handshake timeout. |
Date: |
Sun, 1 Oct 2023 17:02:31 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit e90a972ce232a6a57995df1ed90c9ddbaf5dbcae
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Sep 19 17:50:36 2023 +0200
secret-service: Increase default handshake timeout.
* gnu/build/secret-service.scm (secret-service-send-secrets):
Increase #:handshake-timeout.
---
gnu/build/secret-service.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/build/secret-service.scm b/gnu/build/secret-service.scm
index c53145c8e7..e13fd4eef3 100644
--- a/gnu/build/secret-service.scm
+++ b/gnu/build/secret-service.scm
@@ -95,7 +95,7 @@ Return #t in the former case and #f in the latter case."
(define* (secret-service-send-secrets port secret-root
#:key (retry 60)
- (handshake-timeout 120))
+ (handshake-timeout 180))
"Copy all files under SECRET-ROOT using TCP to secret-service listening at
local PORT. If connect fails, sleep 1s and retry RETRY times; once connected,
wait for at most HANDSHAKE-TIMEOUT seconds for handshake to complete. Return
- branch master updated (dfaeaae9c7 -> b9fae146d6), guix-commits, 2023/10/01
- 09/13: tests: hurd-vm: Remove custom disk image configuration., guix-commits, 2023/10/01
- 05/13: services: guix: Use the right locale package on GNU/Hurd., guix-commits, 2023/10/01
- 01/13: system: vm: Remove unused variable., guix-commits, 2023/10/01
- 07/13: services: childhurd: Authorize the childhurd’s key on the host., guix-commits, 2023/10/01
- 10/13: services: hurd-vm: Disable password-based authentication for root., guix-commits, 2023/10/01
- 11/13: doc: Give an example showing how to add an account in the childhurd., guix-commits, 2023/10/01
- 02/13: secret-service: Increase default handshake timeout.,
guix-commits <=
- 08/13: services: hurd-vm: ‘image’ field has to be an <image> record., guix-commits, 2023/10/01
- 04/13: gnu: glibc-utf8-locales: Reintroduce input labels., guix-commits, 2023/10/01
- 06/13: services: guix: Support declarative offloading setup., guix-commits, 2023/10/01
- 03/13: services: hurd-vm: Use the default SSH port number., guix-commits, 2023/10/01
- 12/13: services: hurd-vm: Implement zero-configuration offloading., guix-commits, 2023/10/01
- 13/13: news: Add entry for declarative offloading., guix-commits, 2023/10/01