From 47f4f62147fa2cfec66e32d1d34fdad2a78f7ccb Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 20 May 2024 16:41:12 +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 a5181551d..e06af631c 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: 90 + timeout-minutes: 120 permissions: contents: read id-token: write