diff stream_proxy_next_upstream.t @ 1468:875967f737d4

Tests: removed now unused timeout adjustments in stream tests.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 24 Apr 2019 14:49:05 +0300
parents 882267679006
children 76090a5da00b
line wrap: on
line diff
--- 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;