Skip to content

Commit

Permalink
Increase timeout to 20 minutes for regular builds (#8799)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Sep 13, 2021
1 parent ba56683 commit 3754091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
scripts/build/gn_gen.sh --args="$GN_ARGS"
- name: Run Build
timeout-minutes: 10
timeout-minutes: 20
run: scripts/build/gn_build.sh
- name: Run Tests
timeout-minutes: 2
Expand All @@ -114,14 +114,14 @@ jobs:
run: scripts/build/gn_gen.sh --args="chip_detail_logging=false"
- name: Run Build Without Detail Logging
if: ${{ matrix.type == 'gcc_debug' }}
timeout-minutes: 10
timeout-minutes: 20
run: scripts/build/gn_build.sh
- name: Setup Build Without Progress Logging
if: ${{ matrix.type == 'gcc_debug' }}
run: scripts/build/gn_gen.sh --args="chip_detail_logging=false chip_progress_logging=false"
- name: Run Build Without Progress Logging
if: ${{ matrix.type == 'gcc_debug' }}
timeout-minutes: 10
timeout-minutes: 20
run: scripts/build/gn_build.sh
build_darwin:
name: Build on Darwin
Expand Down

0 comments on commit 3754091

Please sign in to comment.