me
/
guix
Archived
1
0
Fork 0

secret-service: Increase default handshake timeout.

* gnu/build/secret-service.scm (secret-service-send-secrets):
Increase #:handshake-timeout.
Ludovic Courtès 2023-09-19 17:50:36 +02:00
parent f5c3f8e59e
commit e90a972ce2
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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