Skip to content

Commit

Permalink
ci: bump timeout minutes due to slow mac aarch64 runner (denoland#24116)
Browse files Browse the repository at this point in the history
For the future...
  • Loading branch information
dsherret committed Jun 6, 2024
1 parent e5b2c5e commit 0648f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ const ci = {
needs: ["pre_build"],
if: "${{ needs.pre_build.outputs.skip_build != 'true' }}",
"runs-on": "${{ matrix.runner }}",
"timeout-minutes": 120,
"timeout-minutes": 150,
defaults: {
run: {
// GH actions does not fail fast by default on
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- pre_build
if: '${{ needs.pre_build.outputs.skip_build != ''true'' }}'
runs-on: '${{ matrix.runner }}'
timeout-minutes: 120
timeout-minutes: 150
defaults:
run:
shell: bash
Expand Down

0 comments on commit 0648f6d

Please sign in to comment.