From fd7788a84bdc06280702abf183fbaa1cbfff3a50 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Thu, 25 Jun 2026 11:46:45 +0900 Subject: [PATCH] tests: runtime: Try to address test hang Signed-off-by: Hiroshi Hatake --- tests/runtime/out_forward.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/runtime/out_forward.c b/tests/runtime/out_forward.c index bbc3f0b73fa..9adb212f7e7 100644 --- a/tests/runtime/out_forward.c +++ b/tests/runtime/out_forward.c @@ -1254,6 +1254,8 @@ void flb_test_secure_forward_oversized_pong_reason() "host", "127.0.0.1", "port", port, "shared_key", "secret", + "workers", "1", + "retry_limit", "no_retries", NULL); ret = flb_start(ctx);