From ca29e4010dfde878f0336a5202821edb5ec59d48 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Wed, 26 Jan 2022 10:49:35 -0800 Subject: [PATCH] Upping darwin timeouts --- .github/workflows/tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 13a8c68f5fa317..321257cf7f184e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -29,7 +29,7 @@ concurrency: jobs: test_suites_linux: name: Test Suites - Linux - timeout-minutes: 60 + timeout-minutes: 120 strategy: matrix: @@ -73,7 +73,7 @@ jobs: .environment/gn_out/.ninja_log .environment/pigweed-venv/*.log - name: Build Apps - timeout-minutes: 20 + timeout-minutes: 30 run: | ./scripts/run_in_build_env.sh \ "./scripts/build/build_examples.py \ @@ -114,7 +114,7 @@ jobs: retention-days: 5 test_suites_darwin: name: Test Suites - Darwin - timeout-minutes: 60 + timeout-minutes: 120 strategy: matrix: @@ -163,7 +163,7 @@ jobs: .environment/gn_out/.ninja_log .environment/pigweed-venv/*.log - name: Build Apps - timeout-minutes: 20 + timeout-minutes: 30 run: | ./scripts/run_in_build_env.sh \ "./scripts/build/build_examples.py \