Skip to content

Commit cae557b

Browse files
ci: bump prebuild timeout-minutes from 10 to 20
The prebuild job Checkout code step (fetch-depth: 0) was consistently hitting the 10-minute job-level timeout on GitHub-hosted Ubuntu runners, cancelling all downstream launcher build steps. Raising to 20 minutes gives enough headroom for the full-history fetch on the current repo size while staying well below the build job 510-minute ceiling.
1 parent 18e08a3 commit cae557b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-unitycloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
prebuild:
202202
name: Prebuild
203203
runs-on: ubuntu-latest
204-
timeout-minutes: 10
204+
timeout-minutes: 20
205205
# Skip when PR has 'perf_test' label (only performance tests should run)
206206
if: |
207207
!contains(github.event.pull_request.labels.*.name, 'perf_test') && (

0 commit comments

Comments
 (0)