# HG changeset patch # User Sergey Kandaurov # Date 1449054317 -10800 # Node ID ee7e07d826b817d0e948208ecbf69982186c9a86 # Parent 47139a1ce06e072dedff603cad38ce8cd305b891 Tests: adjusted proxy_cache_lock.t test timeout for slow hosts. A too short delay may result in proxy_cache_lock_timeout not fired, so the next request will get a fresh response from backend, and the timeout test will fail. diff --git a/proxy_cache_lock.t b/proxy_cache_lock.t --- a/proxy_cache_lock.t +++ b/proxy_cache_lock.t @@ -150,7 +150,7 @@ sub http_fake_daemon { next unless $uri; - select(undef, undef, undef, 0.5); + select(undef, undef, undef, 1.1); $num++; print $client <<"EOF";