diff stream_upstream_random.t @ 1505:76090a5da00b

Tests: unbreak various tests with TCP blackhole. Adjusted proxy_connect_timeout to handle closed ports that don't return RST.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 09 Sep 2019 15:42:31 +0300
parents 30284bd9ab18
children 144c6ce732e4
line wrap: on
line diff
--- a/stream_upstream_random.t
+++ b/stream_upstream_random.t
@@ -108,6 +108,8 @@ stream {
         server 127.0.0.1:8082;
     }
 
+    proxy_connect_timeout 2;
+
     server {
         listen      127.0.0.1:8080;
         proxy_pass  u;