# HG changeset patch # User Sergey Kandaurov # Date 1570636992 -10800 # Node ID ec8d3f62335868cae07a50bf174554cce957c172 # Parent 420aaeb40c09b6eb79d6dab1923c1d7c04de1eee Tests: adjusted worker_shutdown_timeout_h2.t delay for NetBSD. diff --git a/worker_shutdown_timeout_h2.t b/worker_shutdown_timeout_h2.t --- 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: {