mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
secret-service: Increase default handshake timeout.
* gnu/build/secret-service.scm (secret-service-send-secrets): Increase #:handshake-timeout.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user