Skip to content

Commit

Permalink
fix: test increase wait time to get to finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
kstroobants committed Dec 20, 2024
1 parent 60d280a commit 8357219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/consensus/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@ def get_vote():
node_factory=node_factory_supplier,
)

time.sleep(DEFAULT_FINALITY_WINDOW + 2)
time.sleep(DEFAULT_FINALITY_WINDOW + 5)

assert (
transactions_processor.get_transaction_by_hash(transaction.hash)["status"]
Expand Down

0 comments on commit 8357219

Please sign in to comment.