changeset 1349:99a83f7e7755

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.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 14 Jun 2018 15:00:57 +0300
parents 8cb66a4d3ca2
children fda743e92b31
files stream_udp_limit_conn.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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');
 
 }