aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/csync_sftp.c2
1 files changed, 1 insertions, 1 deletions
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};