mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fix: intermittent error for feature_llmq_simplepose due to rotating quorums
This commit is contained in:
parent
2bafadfc34
commit
efd4701d30
@ -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):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user