Skip to content

Commit

Permalink
chore: reduce test job timeout time to 30mins
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Sep 19, 2024
1 parent c238d95 commit 821dc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: node -r esbuild-register tools/deployments/validate-changesets.ts

test:
timeout-minutes: 60
timeout-minutes: 30
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.filter }}-test
cancel-in-progress: true
Expand Down

0 comments on commit 821dc17

Please sign in to comment.