Skip to content

Commit

Permalink
max failures
Browse files Browse the repository at this point in the history
  • Loading branch information
unlikelyzero committed Jan 30, 2024
1 parent edccd00 commit 490da90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-flakefinder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: npm install --cache ~/.npm --no-audit --progress=false

- name: Run E2E Tests (Repeated 10 Times)
run: npm run test:e2e:stable -- --retries=0 --repeat-each=10
run: npm run test:e2e:stable -- --retries=0 --repeat-each=10 --max-failures=50

- name: Archive test results
if: success() || failure()
Expand Down

0 comments on commit 490da90

Please sign in to comment.