From 0ff1d7b7940e9172a6727dc8dca0e128c525ba13 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 20 May 2024 13:12:24 +0900 Subject: [PATCH] Updated build process for Zabbix agent (windows) --- .github/workflows/images_build_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index 154f26431..a5181551d 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -144,7 +144,7 @@ jobs: name: Build ${{ matrix.component }} base on ${{ matrix.os }} needs: init_build runs-on: ${{ matrix.os }} - timeout-minutes: 70 + timeout-minutes: 90 permissions: contents: read id-token: write