From 237390649e860e5bb4963e0d472398ea2be193a3 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 26 Jan 2022 10:13:09 -0500 Subject: [PATCH] Bump timeout for unit test builts (#14320) * Bump timeout for unit test builts * Revert change to mbed repo --- .github/workflows/unit_integration_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_integration_test.yaml b/.github/workflows/unit_integration_test.yaml index 25de0352f26ae0..1a8b7e7490c87f 100644 --- a/.github/workflows/unit_integration_test.yaml +++ b/.github/workflows/unit_integration_test.yaml @@ -80,10 +80,10 @@ jobs: scripts/build/gn_gen.sh --args="$GN_ARGS" - name: Run Build - timeout-minutes: 8 + timeout-minutes: 30 run: scripts/run_in_build_env.sh "ninja -C out/$BUILD_TYPE" - name: Run Tests - timeout-minutes: 15 + timeout-minutes: 30 run: scripts/tests/gn_tests.sh # TODO Log Upload https://github.com/project-chip/connectedhomeip/issues/2227 # TODO https://github.com/project-chip/connectedhomeip/issues/1512