comparison ssl_certificate_chain.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 0af58b78df35
children 4e48bf51714f
comparison
equal deleted inserted replaced
1406:6404fd77f367 1407:8c764fd93b5e
148 my ($s, $verify); 148 my ($s, $verify);
149 149
150 eval { 150 eval {
151 local $SIG{ALRM} = sub { die "timeout\n" }; 151 local $SIG{ALRM} = sub { die "timeout\n" };
152 local $SIG{PIPE} = sub { die "sigpipe\n" }; 152 local $SIG{PIPE} = sub { die "sigpipe\n" };
153 alarm(2); 153 alarm(5);
154 $s = IO::Socket::SSL->new( 154 $s = IO::Socket::SSL->new(
155 Proto => 'tcp', 155 Proto => 'tcp',
156 PeerAddr => '127.0.0.1', 156 PeerAddr => '127.0.0.1',
157 PeerPort => $port, 157 PeerPort => $port,
158 SSL_verify_mode => IO::Socket::SSL::SSL_VERIFY_PEER(), 158 SSL_verify_mode => IO::Socket::SSL::SSL_VERIFY_PEER(),