Skip to content

Commit

Permalink
Increase reruns for flaky test_repeated_submit_same_iens to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Aug 30, 2024
1 parent f0fb2aa commit c158c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/scheduler/test_generic_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async def finished(iens, returncode):
assert aborted_called


@pytest.mark.flaky(reruns=5)
@pytest.mark.flaky(reruns=10)
async def test_repeated_submit_same_iens(driver: Driver, tmp_path):
"""Submits are allowed to be repeated for the same iens, and are to be
handled according to FIFO, but this order cannot be guaranteed as it depends
Expand Down

0 comments on commit c158c6a

Please sign in to comment.