Skip to content

Commit

Permalink
Bump timeout for building Darwin test apps in Tests job.
Browse files Browse the repository at this point in the history
We're hitting the 30-minute timout a fair amount.
  • Loading branch information
bzbarsky-apple committed Jun 21, 2022
1 parent 39073b3 commit a082ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
.environment/gn_out/.ninja_log
.environment/pigweed-venv/*.log
- name: Build Apps
timeout-minutes: 30
timeout-minutes: 40
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand Down

0 comments on commit a082ad1

Please sign in to comment.