From 077d415b114fcf34bf738a7b5d1577d9ea72f34e Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 29 Mar 2022 22:09:48 -0400 Subject: [PATCH] Bump timeout for building standalone echo client. (#16770) This job step keeps hitting its 5-minute timeout. --- .github/workflows/examples-linux-standalone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index fc6b784a92bfe3..f805e546308b3e 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -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 \