# HG changeset patch # User Sergey Kandaurov # Date 1556106545 -10800 # Node ID 875967f737d479f5c743b87f245ff47ba6b14390 # Parent 2be630357aa762d0cd24c46189ab67d73faa1f4c Tests: removed now unused timeout adjustments in stream tests. diff -r 2be630357aa7 -r 875967f737d4 stream_proxy_next_upstream.t --- a/stream_proxy_next_upstream.t Tue Apr 23 13:21:09 2019 +0300 +++ b/stream_proxy_next_upstream.t Wed Apr 24 14:49:05 2019 +0300 @@ -46,8 +46,6 @@ server 127.0.0.1:8085 backup; } - proxy_connect_timeout 1s; - server { listen 127.0.0.1:8080; proxy_pass u; diff -r 2be630357aa7 -r 875967f737d4 stream_upstream.t --- a/stream_upstream.t Tue Apr 23 13:21:09 2019 +0300 +++ b/stream_upstream.t Wed Apr 24 14:49:05 2019 +0300 @@ -61,8 +61,6 @@ server 127.0.0.1:8084 backup; } - proxy_connect_timeout 1s; - server { listen 127.0.0.1:8080; proxy_pass u; diff -r 2be630357aa7 -r 875967f737d4 stream_upstream_random.t --- a/stream_upstream_random.t Tue Apr 23 13:21:09 2019 +0300 +++ b/stream_upstream_random.t Wed Apr 24 14:49:05 2019 +0300 @@ -153,8 +153,6 @@ proxy_pass ztwo; } - proxy_connect_timeout 1s; - server { listen 127.0.0.1:8091; proxy_pass fail;