[njs] Stream: adjusted periodic timeout in tests.
Dmitry Volyntsev
xeioex at nginx.com
Sat Sep 30 00:22:03 UTC 2023
details: https://hg.nginx.org/njs/rev/febba7cb31e0
branches:
changeset: 2210:febba7cb31e0
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Thu Sep 28 18:11:15 2023 -0700
description:
Stream: adjusted periodic timeout in tests.
diffstat:
nginx/t/stream_js_periodic.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r a60c0acce58b -r febba7cb31e0 nginx/t/stream_js_periodic.t
--- a/nginx/t/stream_js_periodic.t Thu Sep 28 11:00:56 2023 -0700
+++ b/nginx/t/stream_js_periodic.t Thu Sep 28 18:11:15 2023 -0700
@@ -275,7 +275,7 @@ EOF
###############################################################################
-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');
More information about the nginx-devel
mailing list