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:
Bert Belder 2022-12-18 19:41:03 +01:00
parent 38c47a6308
commit eb4fb3be96

View File

@ -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