mirror of
https://github.com/denoland/deno.git
synced 2025-03-09 21:57:40 -04:00
ci: increase timeout to 120 minutes (#16764)
This commit is contained in:
parent
5524369386
commit
82a14ac579
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
github.event_name == 'push' ||
|
github.event_name == 'push' ||
|
||||||
!startsWith(github.event.pull_request.head.label, 'denoland:')
|
!startsWith(github.event.pull_request.head.label, 'denoland:')
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 90
|
timeout-minutes: 120
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Add table
Reference in a new issue