Skip to content

Commit

Permalink
tests: speed up feature_llmq_evo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Dec 27, 2024
1 parent bd51af4 commit 6ccf151
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/functional/feature_llmq_evo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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()

Expand Down

0 comments on commit 6ccf151

Please sign in to comment.