Skip to content

Commit

Permalink
chore: increase max retries for flaky e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Jun 11, 2023
1 parent 743fc9e commit 0d8f306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-app-e2e.yaml
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
run_install: true
- run: pnpm turbo build
- run: pnpm turbo e2e-test --concurrency=1 -- --shard=${{ matrix.group }}/3 --workers=2 --retries=3
- run: pnpm turbo e2e-test --concurrency=1 -- --shard=${{ matrix.group }}/3 --workers=2 --retries=5
env:
PREVIEWJS_LOG_LEVEL: "debug"
- name: Update screenshots on non-main branches
Expand Down

0 comments on commit 0d8f306

Please sign in to comment.