Skip to content

Commit

Permalink
fix(ci): increase vitest timeouts and retry failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Feb 4, 2025
1 parent b141358 commit c066b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
- name: Test
id: test
run: |
pnpm test:vitest --shard=${{ matrix.shardIndex}}/${{ matrix.shardTotal }}
pnpm test:vitest --test-timeout=60000 --retry 4 --shard=${{ matrix.shardIndex}}/${{ matrix.shardTotal }}
env:
GITHUB_SHARD_IDENTIFIER: ${{ matrix.shardIndex }}-${{ matrix.shardTotal }}

0 comments on commit c066b13

Please sign in to comment.