changeset 734:78b4e12e6efe

Tests: adjusted http_resolver_aaaa.t test timeouts. Made more room for connection establishment to backend.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 12 Oct 2015 12:57:03 +0300
parents 3b25ee897439
children 832cd7cc8f53
files http_resolver_aaaa.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/http_resolver_aaaa.t
+++ b/http_resolver_aaaa.t
@@ -47,7 +47,7 @@ http {
 
             proxy_next_upstream http_504 timeout error;
             proxy_intercept_errors on;
-            proxy_connect_timeout 50ms;
+            proxy_connect_timeout 100ms;
             error_page 504 502 /50x;
         }
         location /two {