summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-20 01:05:20 +0100
committerGitHub <noreply@github.com>2024-09-20 00:05:20 +0000
commit5bcea1a9f4eb95cd764047869a17ed74df8f60d1 (patch)
tree2ecc54d78b59c7f4ee72fd7915ee3ec66260f337 /.github
parent6a04bbe07606e973af51df1a124707ba63aa75b3 (diff)
ci: increase timeout to 180 minutes (#25750)
Mac aarch64 is failing with timeout after 150 minutes :( we'll address it after Deno 2 is released but for now just increase the timeout.
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/ci.generate.ts2
-rw-r--r--.github/workflows/ci.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index 8cc57619b..35020a5f8 100755
--- a/.github/workflows/ci.generate.ts
+++ b/.github/workflows/ci.generate.ts
@@ -354,7 +354,7 @@ const ci = {
needs: ["pre_build"],
if: "${{ needs.pre_build.outputs.skip_build != 'true' }}",
"runs-on": "${{ matrix.runner }}",
- "timeout-minutes": 150,
+ "timeout-minutes": 180,
defaults: {
run: {
// GH actions does not fail fast by default on
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1a10f4063..280eb7cb8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
- pre_build
if: '${{ needs.pre_build.outputs.skip_build != ''true'' }}'
runs-on: '${{ matrix.runner }}'
- timeout-minutes: 150
+ timeout-minutes: 180
defaults:
run:
shell: bash