mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00: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
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 New Issue
Block a user