From 35b4f93c466cc693188f0016297122b72912c16a 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 610812aa8..0bf7deb2a 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -174,7 +174,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: