Skip to content

Commit

Permalink
[ci] Lift "Run Build" time limit to 20 minutes (#7781)
Browse files Browse the repository at this point in the history
* [ci] Lift "Run Build" time limit to 20 minutes
  • Loading branch information
erjiaqing authored and pull[bot] committed Aug 31, 2021
1 parent 556ea51 commit b4adc1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ jobs:
run: |
scripts/build/gn_gen.sh --args='is_clang=true target_os="all"'
- name: Run Build
timeout-minutes: 10
timeout-minutes: 20
run: scripts/build/gn_build.sh
- name: Run Tests
timeout-minutes: 2
timeout-minutes: 10
run: scripts/tests/gn_tests.sh
# TODO Log Upload https://github.com/project-chip/connectedhomeip/issues/2227
# TODO https://github.com/project-chip/connectedhomeip/issues/1512
Expand Down

0 comments on commit b4adc1c

Please sign in to comment.