Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase build timeout for cc13x2x7_26x2x7 builds (#24282)
Browse files Browse the repository at this point in the history
andy31415 authored and pull[bot] committed May 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4f0bffc commit 19a0a2f
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
@@ -28,7 +28,7 @@ env:
jobs:
cc26x2x7:
name: cc26x2x7
timeout-minutes: 60
timeout-minutes: 120

env:
BUILD_TYPE: gn_cc26x2x7
@@ -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 \

0 comments on commit 19a0a2f

Please sign in to comment.