Skip to content

Commit

Permalink
Run pytest with --retries 2 in case there are flakes. (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd authored Mar 8, 2024
1 parent 5caa805 commit 46ab63b
Show file tree
Hide file tree
Showing 5 changed files with 531 additions and 541 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_iree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
- name: "Testing with pytest"
run: |
source ${VENV_DIR}/bin/activate
pytest iree_tests -n auto -rpfE --timeout=30
pytest iree_tests -n auto -rpfE --timeout=30 --retries 2 --retry-delay 5
Loading

0 comments on commit 46ab63b

Please sign in to comment.