Skip to content

Commit

Permalink
Bump timeout for building standalone echo client. (#16770)
Browse files Browse the repository at this point in the history
This job step keeps hitting its 5-minute timeout.
  • Loading branch information
bzbarsky-apple authored Mar 30, 2022
1 parent 1456eb1 commit c69aa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --no-log-timestamps --target-glob '*-chip-cert' build"
- name: Build example Standalone Echo Client
timeout-minutes: 5
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/chip-tool out/chip_tool_debug
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
Expand Down

0 comments on commit c69aa6c

Please sign in to comment.