From efd4701d30350e0b7db74c6fd9accaaa03a1b2de Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Thu, 21 Nov 2024 16:48:40 +0700 Subject: [PATCH] fix: intermittent error for feature_llmq_simplepose due to rotating quorums --- test/functional/feature_llmq_simplepose.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/functional/feature_llmq_simplepose.py b/test/functional/feature_llmq_simplepose.py index ea4d51d381..3d5c382249 100755 --- a/test/functional/feature_llmq_simplepose.py +++ b/test/functional/feature_llmq_simplepose.py @@ -18,8 +18,10 @@ from test_framework.util import assert_equal, force_finish_mnsync, p2p_port class LLMQSimplePoSeTest(DashTestFramework): def set_test_params(self): + self.extra_args = [[ f'-testactivationheight=dip0024@9999' ]] * 6 self.set_dash_test_params(6, 5) self.set_dash_llmq_test_params(5, 3) + # rotating quorums add instability for this functional tests def run_test(self):