From efb038db6a1f1125b7dbb679425a77457e94d4b6 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Tue, 17 Aug 2021 10:02:48 -0400 Subject: [PATCH] Increase timeout for build and test runs - this runs 3 separate build and tests (#9083) --- .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 2b4b4e800d1734..2aefb914a3719a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -136,7 +136,7 @@ jobs: .environment/gn_out/.ninja_log .environment/pigweed-venv/*.log - name: Setup Build, Run Build and Run Tests - timeout-minutes: 20 + timeout-minutes: 50 run: | for BUILD_TYPE in gcc_release clang mbedtls; do case $BUILD_TYPE in