summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
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/workflows/ci.yml
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/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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