Skip to content

Commit

Permalink
test: flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 30, 2025
1 parent 58028a5 commit b67711a
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 b67711a

Please sign in to comment.