mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-11 08:34:01 -05:00
chore: bump CI time-out to 3 hours (#1160)
Otherwise MacOS debug builds never make it to the finish line.
This commit is contained in:
parent
38c47a6308
commit
eb4fb3be96
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
build:
|
||||
name: ${{ matrix.config.variant }} ${{ matrix.config.target }}
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
timeout-minutes: 120
|
||||
timeout-minutes: 180
|
||||
strategy:
|
||||
# Always run main branch builds to completion. This allows the cache to
|
||||
# stay mostly up-to-date in situations where a single job fails due to
|
||||
|
|
Loading…
Reference in a new issue