From 1135727756fa87bf4deb179d0923fd4fa0a93d9d Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 4 Nov 2021 18:55:33 -0400 Subject: [PATCH] Bump timeout on the "Build example lighting app with RPCs" test. (#11455) It hits the 5 minute timeout pretty regularly. --- .github/workflows/examples-linux-standalone.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index c6fd84e07384df..81e5fd51c33d4e 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -25,7 +25,7 @@ concurrency: jobs: linux_standalone: name: Linux Standalone - timeout-minutes: 60 + timeout-minutes: 70 env: BUILD_TYPE: gn_linux @@ -91,7 +91,7 @@ jobs: out/tv_app_debug/chip-tv-app \ /tmp/bloat_reports/ - name: Build example lighting app with RPCs - timeout-minutes: 5 + timeout-minutes: 10 run: | scripts/examples/gn_build_example.sh examples/lighting-app/linux out/lighting_app_debug_rpc \ 'import("//with_pw_rpc.gni")'