Skip to content

Commit

Permalink
changed partial-test retries to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Oct 21, 2024
1 parent ca0d6fe commit 8022f95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/partial-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
--grep=@scoped \
--pass-with-no-tests \
--global-timeout=3600000 \
--max-failures=2
--max-failures=2 \
--retries=3
env:
DEBUG: true
fast-e2e-test:
Expand Down Expand Up @@ -122,7 +123,8 @@ jobs:
--pass-with-no-tests \
--global-timeout=3600000 \
--timeout=60000 \
--max-failures=5
--max-failures=5 \
--retries=3
env:
DEBUG: true
- name: Upload Test Results
Expand Down

0 comments on commit 8022f95

Please sign in to comment.