mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
ci: increase timeout to 120 minutes (#16764)
This commit is contained in:
parent
b70f520ebc
commit
14904f6a2c
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…
Reference in a new issue