Testsuite: increase default "client" utility connect timeout from 1 to 5 seconds
[exim.git] / test / src / client.c
index 4efe43fc361e567902bd680c2ae7397133c8d4fd..614c2c557b16bd8d8539d69b81d20cf48a3ebee9 100644 (file)
@@ -489,7 +489,7 @@ char *keyfile = NULL;
 char *end = NULL;
 int argi = 1;
 int host_af, port, s_len, rc, sock, save_errno;
-int timeout = 1;
+int timeout = 5;
 int tls_active = 0;
 int sent_starttls = 0;
 int tls_on_connect = 0;