# HG changeset patch # User Sergey Kandaurov # Date 1425553191 -10800 # Node ID 1b2f71399b49c9d2cb430da9b301f425f2379be8 # Parent 679a7669ee71d5c199ab3dad63efe753f8cceea4 Tests: adjusted least_conn test timeouts. diff --git a/upstream_least_conn.t b/upstream_least_conn.t --- 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) {