comparison http_resolver_aaaa.t @ 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 847ea345becb
children 50a0001a56f2
comparison
equal deleted inserted replaced
733:3b25ee897439 734:78b4e12e6efe
45 resolver 127.0.0.1:8081; 45 resolver 127.0.0.1:8081;
46 proxy_pass http://$host:8080/backend; 46 proxy_pass http://$host:8080/backend;
47 47
48 proxy_next_upstream http_504 timeout error; 48 proxy_next_upstream http_504 timeout error;
49 proxy_intercept_errors on; 49 proxy_intercept_errors on;
50 proxy_connect_timeout 50ms; 50 proxy_connect_timeout 100ms;
51 error_page 504 502 /50x; 51 error_page 504 502 /50x;
52 } 52 }
53 location /two { 53 location /two {
54 resolver 127.0.0.1:8081 127.0.0.1:8082; 54 resolver 127.0.0.1:8081 127.0.0.1:8082;
55 proxy_pass http://$host:8080/backend; 55 proxy_pass http://$host:8080/backend;