# HG changeset patch # User Sergey Kandaurov # Date 1528977657 -10800 # Node ID 99a83f7e7755742f0360b608e54d3f06e784791f # Parent 8cb66a4d3ca2db9594f8190d1f82ba3bcf4bdaab Tests: adjusted read timeout in stream_udp_limit_conn.t. Now that the test is expected to be positive on mainline, increase the timeout. Note that it should still be below proxy_timeout to not break a subsequent test on stable branch. diff --git a/stream_udp_limit_conn.t b/stream_udp_limit_conn.t --- a/stream_udp_limit_conn.t +++ b/stream_udp_limit_conn.t @@ -93,7 +93,7 @@ is($s->io('1'), '1', 'passed'); TODO: { local $TODO = 'not yet' unless $t->has_version('1.15.0'); -is($s->io('1', read_timeout => 0.1), '1', 'passed new request'); +is($s->io('1', read_timeout => 0.4), '1', 'passed new request'); }