Skip to content

Commit 6ccf151

Browse files
committed
tests: speed up feature_llmq_evo.py
1 parent bd51af4 commit 6ccf151

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/functional/feature_llmq_evo.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def getmnlistdiff(self, baseBlockHash, blockHash):
4545

4646
class LLMQEvoNodesTest(DashTestFramework):
4747
def set_test_params(self):
48-
self.set_dash_test_params(5, 4, [["-testactivationheight=v19@900", "-testactivationheight=mn_rr@1200"]] * 5, evo_count=5)
48+
self.set_dash_test_params(5, 4, [["-testactivationheight=mn_rr@400"]] * 5, evo_count=5)
4949
self.set_dash_llmq_test_params(4, 4)
5050

5151
def run_test(self):
@@ -66,9 +66,6 @@ def run_test(self):
6666

6767
self.test_masternode_count(expected_mns_count=4, expected_evo_count=0)
6868

69-
self.activate_v19(expected_activation_height=900)
70-
self.log.info("Activated v19 at height:" + str(self.nodes[0].getblockcount()))
71-
7269
self.nodes[0].sporkupdate("SPORK_2_INSTANTSEND_ENABLED", 0)
7370
self.wait_for_sporks_same()
7471

0 commit comments

Comments
 (0)