comparison worker_shutdown_timeout_h2.t @ 1517:ec8d3f623358

Tests: adjusted worker_shutdown_timeout_h2.t delay for NetBSD.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 09 Oct 2019 19:03:12 +0300
parents 02412b209838
children fca71a8ebf6d
comparison
equal deleted inserted replaced
1516:420aaeb40c09 1517:ec8d3f623358
56 ############################################################################### 56 ###############################################################################
57 57
58 my $s = Test::Nginx::HTTP2->new(); 58 my $s = Test::Nginx::HTTP2->new();
59 ok($s->new_stream(), 'new stream'); 59 ok($s->new_stream(), 'new stream');
60 60
61 select undef, undef, undef, 0.1; 61 select undef, undef, undef, 0.2;
62 $t->stop(); 62 $t->stop();
63 63
64 TODO: { 64 TODO: {
65 local $TODO = 'not yet' unless $t->has_version('1.17.4'); 65 local $TODO = 'not yet' unless $t->has_version('1.17.4');
66 66