mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
secret-service: Increase default handshake timeout.
* gnu/build/secret-service.scm (secret-service-send-secrets): Increase #:handshake-timeout.
This commit is contained in:
parent
f5c3f8e59e
commit
e90a972ce2
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ (define (wait-for-readable-fd port timeout)
|
|||
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue