From 13565663ad3082df95f01b8cbb47b884c86fddd4 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Tue, 25 Jan 2022 14:42:11 -0500 Subject: [PATCH] Bump timeout - we are getting timeout at 80 mins (#14259) --- .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 1e1c9cc39fab49..1aa35c8cb509df 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -148,7 +148,7 @@ jobs: CHIP_ROOT_PATH="$CHIP_ROOT_PATH" BUILD_TYPE="$BUILD_TYPE" scripts/build/gn_gen.sh --args="$GN_ARGS" scripts/run_in_build_env.sh "ninja -C ./out/$BUILD_TYPE" - name: Setup Build, Run Build and Run Tests - timeout-minutes: 80 + timeout-minutes: 90 run: | for BUILD_TYPE in fake gcc_release clang mbedtls; do case $BUILD_TYPE in @@ -292,7 +292,7 @@ jobs: CHIP_ROOT_PATH="$CHIP_ROOT_PATH" BUILD_TYPE="$BUILD_TYPE" scripts/build/gn_gen.sh --args="$GN_ARGS" scripts/run_in_build_env.sh "ninja -C ./out/$BUILD_TYPE" - name: Setup Build, Run Build and Run Tests - timeout-minutes: 80 + timeout-minutes: 120 # Just go ahead and do the "all" build; on Darwin that's fairly # fast. If this ever becomes slow, we can think about ways to do # the examples-linux-standalone.yaml tests on darwin without too