From 3899f348ff58b4d05d972ba991ac58c7f3e0a315 Mon Sep 17 00:00:00 2001 From: Ri Shen Chen Date: Fri, 11 Apr 2025 18:13:34 +0800 Subject: [PATCH] Update t/003-stream-proxy-protocol.t tests: change the repeat numbers Co-authored-by: lijunlong --- t/003-stream-proxy-protocol.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/003-stream-proxy-protocol.t b/t/003-stream-proxy-protocol.t index 5d89833..895f97f 100644 --- a/t/003-stream-proxy-protocol.t +++ b/t/003-stream-proxy-protocol.t @@ -4,7 +4,7 @@ master_on(); workers(2); log_level('debug'); -repeat_each(1); +repeat_each(2); plan tests => 14; #no_diff();