Skip to content

Commit 6750aa6

Browse files
authored
ci: increase timeout to 240 minutes (denoland#27571)
With denoland#27507 landed we need to do two builds that don't really share much codegen units. This should be reverted once we move to self-hosted runner on `main` (denoland#27568)
1 parent 888ab9f commit 6750aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ const ci = {
360360
needs: ["pre_build"],
361361
if: "${{ needs.pre_build.outputs.skip_build != 'true' }}",
362362
"runs-on": "${{ matrix.runner }}",
363-
"timeout-minutes": 180,
363+
"timeout-minutes": 240,
364364
defaults: {
365365
run: {
366366
// GH actions does not fail fast by default on

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- pre_build
4949
if: '${{ needs.pre_build.outputs.skip_build != ''true'' }}'
5050
runs-on: '${{ matrix.runner }}'
51-
timeout-minutes: 180
51+
timeout-minutes: 240
5252
defaults:
5353
run:
5454
shell: bash

0 commit comments

Comments
 (0)