From 22acb3a3384357e2f97c70fa70d81cb7632f75cd Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 31 Dec 2018 11:08:09 +0100 Subject: modules: Increase the libssh timeout to 20 sec Signed-off-by: Andreas Schneider --- modules/csync_sftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/csync_sftp.c b/modules/csync_sftp.c index cab88a0..9181513 100644 --- a/modules/csync_sftp.c +++ b/modules/csync_sftp.c @@ -168,7 +168,7 @@ static int _sftp_connect(const char *uri) size_t hlen = 0; int rc = -1; int state = SSH_SERVER_ERROR; - int timeout = 10; + int timeout = 20; int method; char *verbosity; char errbuf[256] = {0}; -- cgit v1.2.3