mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
chore: increase release build timeout from 60 min to 90 (#20271)
Build times are creeping up, so increase the timeout as a precaution.
This commit is contained in:
committed by
GitHub
Unverified
parent
98f67b15d3
commit
6eab7519b4
@@ -49,7 +49,10 @@ jobs:
|
||||
needs: tag-check
|
||||
name: Build - ${{ matrix.runner }} - ${{ matrix.target }} - ${{ matrix.bundle }}
|
||||
runs-on: ${{ matrix.runs_on || matrix.runner }}
|
||||
timeout-minutes: 60
|
||||
# Codex binaries can take a long time to build, particularly on Windows.
|
||||
# Ideally, this would be 60 minutes, but let's add some headroom because
|
||||
# having to restart a release build due to a timeout is a major pain.
|
||||
timeout-minutes: 90
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
Reference in New Issue
Block a user