Skip to content

Commit

Permalink
Increase build timeout for cc13x2x7_26x2x7 builds (#24282)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored Jan 5, 2023
1 parent c3a4bc9 commit 631e2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-cc13x2x7_26x2x7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
jobs:
cc26x2x7:
name: cc26x2x7
timeout-minutes: 60
timeout-minutes: 120

env:
BUILD_TYPE: gn_cc26x2x7
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
.environment/gn_out/.ninja_log
.environment/pigweed-venv/*.log
- name: Build examples
timeout-minutes: 60
timeout-minutes: 100
run: |
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
Expand Down

0 comments on commit 631e2c4

Please sign in to comment.