guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: offload: Increase the connection timeout.


From: Ludovic Courtès
Subject: 02/02: offload: Increase the connection timeout.
Date: Tue, 6 Dec 2016 00:00:45 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 8d125cfc2e5cb0825bb40893ec3e940f85f1b235
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 6 01:00:11 2016 +0100

    offload: Increase the connection timeout.
    
    * guix/scripts/offload.scm (open-ssh-session): Set #:timeout to 10.
---
 guix/scripts/offload.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/offload.scm b/guix/scripts/offload.scm
index 55d4c93..ebff116 100644
--- a/guix/scripts/offload.scm
+++ b/guix/scripts/offload.scm
@@ -173,7 +173,7 @@ private key from '~a': ~a")
         (session (make-session #:user (build-machine-user machine)
                                #:host (build-machine-name machine)
                                #:port (build-machine-port machine)
-                               #:timeout 5        ;seconds
+                               #:timeout 10       ;seconds
                                ;; #:log-verbosity 'protocol
                                #:identity (build-machine-private-key machine)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]