Skip to content

Commit 4f3832e

Browse files
committed
test: fix intermittent error in feature_llmq_is_retroactive.py by extra sleep
1 parent bbfa52d commit 4f3832e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/test_framework/test_framework.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,7 @@ def create_isdlock(self, hextx):
16471647
def wait_for_instantlock(self, txid, node, expected=True, timeout=60):
16481648
def check_instantlock():
16491649
self.bump_mocktime(1)
1650+
time.sleep(1)
16501651
try:
16511652
return node.getrawtransaction(txid, True)["instantlock"]
16521653
except:

0 commit comments

Comments
 (0)