comparison http_resolver.t @ 550:a04b8b9537cd

Tests: adjusted resolver test timeout. Gave more change for resend before resolver_timeout.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 20 Apr 2015 16:00:49 +0300
parents e82bbe71f50c
children 99233cfefbbe
comparison
equal deleted inserted replaced
549:e4ff43e00d84 550:a04b8b9537cd
65 location /invalid { 65 location /invalid {
66 proxy_pass http://$host:8080/backend; 66 proxy_pass http://$host:8080/backend;
67 } 67 }
68 location /resend { 68 location /resend {
69 resolver 127.0.0.1:8081; 69 resolver 127.0.0.1:8081;
70 resolver_timeout 6s; 70 resolver_timeout 8s;
71 proxy_pass http://$host:8080/backend; 71 proxy_pass http://$host:8080/backend;
72 } 72 }
73 location /bad { 73 location /bad {
74 resolver 127.0.0.1:8089; 74 resolver 127.0.0.1:8089;
75 resolver_timeout 1s; 75 resolver_timeout 1s;