Skip to content

Commit

Permalink
Bump the timeout on the build part of the darwin-tests job. (#26992)
Browse files Browse the repository at this point in the history
It's building 6 example apps plus darwin-framework-tool.  The example apps now
take 8-10 minutes each in CI, and darwin-framework-tool takes 15-20, so 75
minutes is too short.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Nov 27, 2023
1 parent c62da1d commit 1272755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: defaults delete com.apple.dt.xctest.tool
continue-on-error: true
- name: Build Apps
timeout-minutes: 75
timeout-minutes: 90
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand Down

0 comments on commit 1272755

Please sign in to comment.