changeset 1006:e4d5e7afb6e0

Tests: speed up proxy.t on win32.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 15 Aug 2016 18:53:43 +0300
parents 557faa1782e5
children 174e900c00dc
files proxy.t
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
         }
     }
 }