Skip to content

Commit

Permalink
Changed --reruns 3 -> 5 in the CI (to mitigate docker failures)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Sep 9, 2024
1 parent acd8010 commit b4e6c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
working-directory: examples/hybrid_setup
timeout-minutes: 10
run: |
pytest -xsv tests --reruns 3 --rerun-except AssertionError
pytest -xsv tests --reruns 5 --rerun-except AssertionError
vhost:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b4e6c99

Please sign in to comment.