From dcadfcb627c9ea9e085a51a35a83135540784722 Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Tue, 24 Dec 2024 14:55:51 +0700 Subject: [PATCH] tests: speed up feature_llmq_evo.py --- test/functional/feature_llmq_evo.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/functional/feature_llmq_evo.py b/test/functional/feature_llmq_evo.py index dffcce647b119..5502a78e6d606 100755 --- a/test/functional/feature_llmq_evo.py +++ b/test/functional/feature_llmq_evo.py @@ -45,7 +45,7 @@ def getmnlistdiff(self, baseBlockHash, blockHash): class LLMQEvoNodesTest(DashTestFramework): def set_test_params(self): - self.set_dash_test_params(5, 4, [["-testactivationheight=v19@900", "-testactivationheight=mn_rr@1200"]] * 5, evo_count=5) + self.set_dash_test_params(5, 4, [["-testactivationheight=mn_rr@400"]] * 5, evo_count=5) self.set_dash_llmq_test_params(4, 4) def run_test(self): @@ -66,9 +66,6 @@ def run_test(self): self.test_masternode_count(expected_mns_count=4, expected_evo_count=0) - self.activate_v19(expected_activation_height=900) - self.log.info("Activated v19 at height:" + str(self.nodes[0].getblockcount())) - self.nodes[0].sporkupdate("SPORK_2_INSTANTSEND_ENABLED", 0) self.wait_for_sporks_same()