diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-11-22 21:03:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 21:03:36 +0100 |
commit | 14904f6a2cac6b288a893add3e129c2668ea3a5a (patch) | |
tree | 31ee6cb5d9a140af28f0aaf67065f14337c7a248 | |
parent | b70f520ebc59d123c114b76013a233c4250227e6 (diff) |
ci: increase timeout to 120 minutes (#16764)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70424c0b0..03d13a2ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: github.event_name == 'push' || !startsWith(github.event.pull_request.head.label, 'denoland:') runs-on: ${{ matrix.os }} - timeout-minutes: 90 + timeout-minutes: 120 strategy: matrix: include: |