changeset 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 420aaeb40c09
children fca71a8ebf6d
files worker_shutdown_timeout_h2.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/worker_shutdown_timeout_h2.t
+++ b/worker_shutdown_timeout_h2.t
@@ -58,7 +58,7 @@ EOF
 my $s = Test::Nginx::HTTP2->new();
 ok($s->new_stream(), 'new stream');
 
-select undef, undef, undef, 0.1;
+select undef, undef, undef, 0.2;
 $t->stop();
 
 TODO: {