Skip to content

Commit efd4701

Browse files
committed
fix: intermittent error for feature_llmq_simplepose due to rotating quorums
1 parent 2bafadf commit efd4701

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/functional/feature_llmq_simplepose.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818

1919
class LLMQSimplePoSeTest(DashTestFramework):
2020
def set_test_params(self):
21+
self.extra_args = [[ f'-testactivationheight=dip0024@9999' ]] * 6
2122
self.set_dash_test_params(6, 5)
2223
self.set_dash_llmq_test_params(5, 3)
24+
# rotating quorums add instability for this functional tests
2325

2426
def run_test(self):
2527

0 commit comments

Comments
 (0)