Skip to content

Commit

Permalink
Increase timeout for build and test runs - this runs 3 separate build…
Browse files Browse the repository at this point in the history
… and tests (project-chip#9083)
  • Loading branch information
andy31415 authored and Nikita committed Sep 23, 2021
1 parent b85e4db commit efb038d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
.environment/gn_out/.ninja_log
.environment/pigweed-venv/*.log
- name: Setup Build, Run Build and Run Tests
timeout-minutes: 20
timeout-minutes: 50
run: |
for BUILD_TYPE in gcc_release clang mbedtls; do
case $BUILD_TYPE in
Expand Down

0 comments on commit efb038d

Please sign in to comment.