Skip to content

Commit

Permalink
Increase CI build timeouts. (#26954)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 and andreilitvin authored May 30, 2023
1 parent 2205eb6 commit ff79792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -528,5 +528,5 @@ jobs:
.environment/pigweed-venv/*.log
- name: Run Build Coverage
timeout-minutes: 20
timeout-minutes: 30
run: ./scripts/build_coverage.sh
2 changes: 1 addition & 1 deletion .github/workflows/examples-qpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
.environment/pigweed-venv/*.log
- name: Build QPG6105 example apps
timeout-minutes: 20
timeout-minutes: 30
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand Down

0 comments on commit ff79792

Please sign in to comment.