From a0378997fca01e75d2fbc044cb99ab7966c1bd61 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 21 Jul 2022 18:47:22 +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 00e6bbb50..e78575008 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: 120 + timeout-minutes: 150 needs: [ "build_base", "init_build"] name: Build ${{ matrix.build }} base on ${{ matrix.os }} strategy: