Skip to content

Commit

Permalink
chore: add more retries to flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Oct 29, 2024
1 parent dc06131 commit 2658d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cron/test_pool_token_crons.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_run_pool_prices(db):
assert pools[0].price > 0


@pytest.mark.flaky
@pytest.mark.flaky(delay=10, retries=3)
@pytest.mark.order(1)
def test_run_token_prices(db):
with db as session:
Expand Down

0 comments on commit 2658d27

Please sign in to comment.