From da737b18a3465d4094079c2b11843b4db4728aa8 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Tue, 19 Jul 2022 23:31:17 -0700 Subject: [PATCH] Upping EFR timeouts --- .github/workflows/examples-efr32.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml index 2fa6e21cc2273d..71b556a4bc0a6a 100644 --- a/.github/workflows/examples-efr32.yaml +++ b/.github/workflows/examples-efr32.yaml @@ -25,7 +25,7 @@ concurrency: jobs: efr32: name: EFR32 - timeout-minutes: 90 + timeout-minutes: 110 env: EFR32_BOARD: BRD4161A @@ -89,20 +89,20 @@ jobs: out/efr32-brd4161a-window-covering/chip-efr32-window-example.out \ /tmp/bloat_reports/ - name: Build example EFR32 Lighting App for BRD4161A with RPCs - timeout-minutes: 10 + timeout-minutes: 15 run: | scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/lighting_app_debug_rpc BRD4161A \ 'import("//with_pw_rpc.gni")' .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py efr32 BRD4161A+rpc lighting-app \ out/lighting_app_debug_rpc/BRD4161A/chip-efr32-lighting-example.out /tmp/bloat_reports/ - name: Build example EFR32+WF200 WiFi Lock app for BRD4161A - timeout-minutes: 10 + timeout-minutes: 15 run: | scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_wf200 BRD4161A is_debug=false --wifi wf200 .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py efr32 BRD4161A+wf200 lock-app \ out/lock_app_wifi_wf200/BRD4161A/chip-efr32-lock-example.out /tmp/bloat_reports/ - name: Build example EFR32+RS911x WiFi Lighting app for BRD4161A - timeout-minutes: 10 + timeout-minutes: 15 run: | scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/lighting_app_wifi_rs911x BRD4161A --wifi rs911x .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py efr32 BRD4161A+rs911x lighting-app \