# HG changeset patch # User Sergey Kandaurov # Date 1471276423 -10800 # Node ID e4d5e7afb6e010a80a5f9787111da1bed87f26e0 # Parent 557faa1782e5dbf1210b279215fce895cc63d6a7 Tests: speed up proxy.t on win32. diff --git a/proxy.t b/proxy.t --- a/proxy.t +++ b/proxy.t @@ -54,6 +54,7 @@ http { location /var { proxy_pass http://$arg_b; proxy_read_timeout 1s; + proxy_connect_timeout 2s; } } }