Skip to content

Commit 728fba0

Browse files
committed
Tests: adjusted proxy.t proxy_read_timeout for slow hosts.
1 parent 6b930da commit 728fba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxy.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ http {
5757
5858
location / {
5959
proxy_pass http://127.0.0.1:8081;
60-
proxy_read_timeout 1s;
60+
proxy_read_timeout 2s;
6161
proxy_connect_timeout 2s;
6262
}
6363
6464
location /var {
6565
proxy_pass http://$arg_b;
66-
proxy_read_timeout 1s;
66+
proxy_read_timeout 2s;
6767
proxy_connect_timeout 2s;
6868
}
6969

0 commit comments

Comments
 (0)