From: Dmitry Volyntsev Date: Fri, 29 Sep 2023 01:11:15 +0000 (-0700) Subject: Stream: adjusted periodic timeout in tests. X-Git-Tag: 0.8.2~15 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=e8e698d62c48a8ae48032766a4e99e411261363d;p=njs.git Stream: adjusted periodic timeout in tests. --- diff --git a/nginx/t/stream_js_periodic.t b/nginx/t/stream_js_periodic.t index c91087b7..3c4dfd1a 100644 --- a/nginx/t/stream_js_periodic.t +++ b/nginx/t/stream_js_periodic.t @@ -275,7 +275,7 @@ $t->waitforsocket('127.0.0.1:' . port(8090)); ############################################################################### -select undef, undef, undef, 0.1; +select undef, undef, undef, 0.2; is(stream('127.0.0.1:' . port(8080))->io('affinity'), 'affinity', 'affinity test');