diff ssl_client_escaped_cert.t @ 1407:8c764fd93b5e

Tests: adjusted client connect timeout in various tests with SSL.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 30 Nov 2018 12:55:31 +0300
parents 97c8280de681
children 4e48bf51714f
line wrap: on
line diff
--- a/ssl_client_escaped_cert.t
+++ b/ssl_client_escaped_cert.t
@@ -101,7 +101,7 @@ sub cert {
 	eval {
 		local $SIG{ALRM} = sub { die "timeout\n" };
 		local $SIG{PIPE} = sub { die "sigpipe\n" };
-		alarm(2);
+		alarm(5);
 		$s = IO::Socket::SSL->new(
 			Proto => 'tcp',
 			PeerAddr => '127.0.0.1',