fix: intermittent error for feature_llmq_simplepose due to rotating quorums

This commit is contained in:
Konstantin Akimov 2024-11-21 16:48:40 +07:00
parent 2bafadfc34
commit efd4701d30
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -18,8 +18,10 @@ from test_framework.util import assert_equal, force_finish_mnsync, p2p_port
class LLMQSimplePoSeTest(DashTestFramework): class LLMQSimplePoSeTest(DashTestFramework):
def set_test_params(self): def set_test_params(self):
self.extra_args = [[ f'-testactivationheight=dip0024@9999' ]] * 6
self.set_dash_test_params(6, 5) self.set_dash_test_params(6, 5)
self.set_dash_llmq_test_params(5, 3) self.set_dash_llmq_test_params(5, 3)
# rotating quorums add instability for this functional tests
def run_test(self): def run_test(self):