From 984d85e711abcbff7e2fc78838d61eb078b01fe9 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 29 May 2025 10:26:18 +0900 Subject: [PATCH] Increased build time for images --- .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 956966585..0dd4b9316 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -442,7 +442,7 @@ jobs: key: ${{ env.BASE_BUILD_NAME }}-${{ matrix.os }}-${{ github.run_id }} build_base_database: - timeout-minutes: 180 + timeout-minutes: 1240 needs: [ "build_base", "init_build"] name: Build ${{ matrix.build }} base on ${{ matrix.os }} strategy: