Skip to content

Commit

Permalink
Bump timeout for unit test builts (#14320)
Browse files Browse the repository at this point in the history
* Bump timeout for unit test builts

* Revert change to mbed repo
  • Loading branch information
andy31415 authored and pull[bot] committed Nov 1, 2023
1 parent 8f41772 commit 05cd47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
scripts/build/gn_gen.sh --args="$GN_ARGS"
- name: Run Build
timeout-minutes: 8
timeout-minutes: 30
run: scripts/run_in_build_env.sh "ninja -C out/$BUILD_TYPE"
- name: Run Tests
timeout-minutes: 15
timeout-minutes: 30
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 05cd47b

Please sign in to comment.