From e8e698d62c48a8ae48032766a4e99e411261363d Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Thu, 28 Sep 2023 18:11:15 -0700 Subject: [PATCH] Stream: adjusted periodic timeout in tests. --- nginx/t/stream_js_periodic.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.47.3