From 24d08be098414d3b0510c8b625a2730c3171e2e1 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 13 Oct 2021 17:09:16 +0300 Subject: [PATCH] Increased building images timeout --- .github/workflows/images_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 38b9a649e..bbe6dbab0 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -81,7 +81,7 @@ jobs: uses: tj-actions/branch-names@v5 build_base: - timeout-minutes: 70 + timeout-minutes: 90 name: Build base on ${{ matrix.os }} needs: init_build strategy: