From a5084c3548e0f421506a4df1fa29d41e5506c9bb Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 18 Dec 2025 14:52:49 -0800 Subject: [PATCH] Test setup: loop 30x quorum-heartbeat-timeout Signed-off-by: Auke Kok --- tests/run-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 3a6f0377..0e4a0437 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -92,7 +92,8 @@ done T_TRACE_DUMP="0" T_TRACE_PRINTK="0" T_PORT_START="19700" -T_LOOP_ITER="1" +T_LOOP_ITER="30" +T_INCLUDE="quorum-heartbeat-timeout" # array declarations to be able to use array ops declare -a T_TRACE_GLOB