Skip to content

Commit 159ca66

Browse files
authored
Changed --reruns 3 -> 5 in the CI (to mitigate docker failures) (#398)
1 parent acd8010 commit 159ca66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
working-directory: examples/hybrid_setup
299299
timeout-minutes: 10
300300
run: |
301-
pytest -xsv tests --reruns 3 --rerun-except AssertionError
301+
pytest -xsv tests --reruns 5 --rerun-except AssertionError
302302
303303
vhost:
304304
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)