# HG changeset patch # User Sergey Kandaurov # Date 1445606693 -10800 # Node ID 71dfce15bbba54361f1b613787708b2850928d63 # Parent d1da28e28d1dc77b512b8a94b7db6b4a0620d854 Tests: fixed proxy_noclose.t timeouts on painfully slow hosts. diff --git a/proxy_noclose.t b/proxy_noclose.t --- a/proxy_noclose.t +++ b/proxy_noclose.t @@ -52,7 +52,7 @@ http { location / { proxy_pass http://127.0.0.1:8081; - proxy_read_timeout 1s; + proxy_read_timeout 2s; } location /uselen {