# HG changeset patch # User Sergey Kandaurov # Date 1556106545 -10800 # Node ID 875967f737d479f5c743b87f245ff47ba6b14390 # Parent 2be630357aa762d0cd24c46189ab67d73faa1f4c Tests: removed now unused timeout adjustments in stream tests. diff --git a/stream_proxy_next_upstream.t b/stream_proxy_next_upstream.t --- a/stream_proxy_next_upstream.t +++ b/stream_proxy_next_upstream.t @@ -46,8 +46,6 @@ stream { server 127.0.0.1:8085 backup; } - proxy_connect_timeout 1s; - server { listen 127.0.0.1:8080; proxy_pass u; diff --git a/stream_upstream.t b/stream_upstream.t --- a/stream_upstream.t +++ b/stream_upstream.t @@ -61,8 +61,6 @@ stream { server 127.0.0.1:8084 backup; } - proxy_connect_timeout 1s; - server { listen 127.0.0.1:8080; proxy_pass u; diff --git a/stream_upstream_random.t b/stream_upstream_random.t --- a/stream_upstream_random.t +++ b/stream_upstream_random.t @@ -153,8 +153,6 @@ stream { proxy_pass ztwo; } - proxy_connect_timeout 1s; - server { listen 127.0.0.1:8091; proxy_pass fail;