comparison ssl_certificate_chain.t @ 1421:4e48bf51714f

Tests: aligned various generic read timeouts to http_end(). It was observed that previous timeout values could not be enough when making mass-building, in particular, when running with modsecurity.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 24 Dec 2018 14:24:51 +0300
parents 8c764fd93b5e
children dbce8fb5f5f8
comparison
equal deleted inserted replaced
1420:ea593a9bab09 1421:4e48bf51714f
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(5); 153 alarm(8);
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(),