From 849cd7c2ccef4a82dc5c7994dac6b6be90562339 Mon Sep 17 00:00:00 2001 From: Song Guo Date: Mon, 21 Jun 2021 16:38:48 +0800 Subject: [PATCH 1/3] [ci] Lift "Run Build" time limit to 20 minutes --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b9e728f3454e07..97998f36a940df 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -79,7 +79,7 @@ jobs: scripts/build/gn_gen.sh --args="$GN_ARGS" - name: Run Build - timeout-minutes: 10 + timeout-minutes: 20 run: scripts/build/gn_build.sh - name: Run Tests timeout-minutes: 2 From aa12a0ea2a93a4045cd6a5af6da67b170bebc771 Mon Sep 17 00:00:00 2001 From: Song Guo Date: Mon, 21 Jun 2021 21:23:44 +0800 Subject: [PATCH 2/3] Fix --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 97998f36a940df..89530e160ca123 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -79,7 +79,7 @@ jobs: scripts/build/gn_gen.sh --args="$GN_ARGS" - name: Run Build - timeout-minutes: 20 + timeout-minutes: 10 run: scripts/build/gn_build.sh - name: Run Tests timeout-minutes: 2 @@ -145,7 +145,7 @@ jobs: run: | scripts/build/gn_gen.sh --args='is_clang=true target_os="all"' - name: Run Build - timeout-minutes: 10 + timeout-minutes: 20 run: scripts/build/gn_build.sh - name: Run Tests timeout-minutes: 2 From d824bfdda8f29bb0287e3e228ba623dcd6cf144c Mon Sep 17 00:00:00 2001 From: Song Guo Date: Mon, 21 Jun 2021 22:14:02 +0800 Subject: [PATCH 3/3] Fix --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 89530e160ca123..bdbd9c8ed8d285 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -148,7 +148,7 @@ jobs: timeout-minutes: 20 run: scripts/build/gn_build.sh - name: Run Tests - timeout-minutes: 2 + timeout-minutes: 10 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