From 9c7a92ebb4303d63a17471b13aa0ee4ef43ac76f Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 21 Jul 2022 21:30:10 +0300 Subject: [PATCH] Increased build base images building time --- .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 e78575008..11118394b 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -176,7 +176,7 @@ jobs: if-no-files-found: error build_base_database: - timeout-minutes: 150 + timeout-minutes: 180 needs: [ "build_base", "init_build"] name: Build ${{ matrix.build }} base on ${{ matrix.os }} strategy: