Skip to content

Commit

Permalink
Due to hanging pipelines when tests start failing on Windows for pydp…
Browse files Browse the repository at this point in the history
…f-post, add a maxfail to the pytest call. (#2004)
  • Loading branch information
PProfizi authored Jan 10, 2025
1 parent 4c70b81 commit 1598c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pydpf-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
shell: bash
working-directory: pydpf-post/tests
run: |
pytest $DEBUG --reruns 2 .
pytest $DEBUG --maxfail=5 --reruns 2 .
if: always()
timeout-minutes: 60

Expand Down

0 comments on commit 1598c66

Please sign in to comment.