Skip to content

Commit

Permalink
Merge branch 'main' into test/flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Jan 30, 2025
2 parents bfd2416 + cb8adab commit 66ba32b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/test_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ def test_set_pending_timestamp(chain):
assert new_timestamp - start_timestamp == 3600


# Flakey due to x-dist.
@pytest.mark.flaky(reruns=5)
def test_set_pending_timestamp_with_deltatime(chain):
start_timestamp = chain.pending_timestamp
chain.mine(deltatime=5)
Expand Down

0 comments on commit 66ba32b

Please sign in to comment.