changeset 532:1b2f71399b49

Tests: adjusted least_conn test timeouts.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 05 Mar 2015 13:59:51 +0300
parents 679a7669ee71
children a5465130d3df
files upstream_least_conn.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/upstream_least_conn.t
+++ b/upstream_least_conn.t
@@ -87,7 +87,7 @@ sub parallel {
 
 	for (1 .. $count) {
 		push(@sockets, http_get($uri, start => 1));
-		select undef, undef, undef, 0.1;
+		select undef, undef, undef, 0.2;
 	}
 
 	for (1 .. $count) {