fix: intermittent failure in feature_governance_cl by bumping timeout

This commit is contained in:
Konstantin Akimov 2024-08-14 15:01:24 +07:00
parent df07c38151
commit c3d585827f
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -123,7 +123,7 @@ class DashGovernanceTest (DashTestFramework):
self.log.info("Wait for new trigger and votes on non-isolated nodes") self.log.info("Wait for new trigger and votes on non-isolated nodes")
sb_block_height = self.nodes[0].getblockcount() + 1 sb_block_height = self.nodes[0].getblockcount() + 1
self.wait_until(lambda: self.have_trigger_for_height(sb_block_height, self.nodes[0:5]), timeout=5) self.wait_until(lambda: self.have_trigger_for_height(sb_block_height, self.nodes[0:5]))
# Mine superblock # Mine superblock
self.nodes[0].generate(1) self.nodes[0].generate(1)
self.bump_mocktime(156) self.bump_mocktime(156)