From: Vladislav Shchapov Date: Thu, 23 Jan 2025 18:25:09 +0000 (+0500) Subject: Increase cmake workflow timeout X-Git-Tag: 2.2.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cebc9c6c9554e9b542530697d392a8c7ca57f95;p=thirdparty%2Fzlib-ng.git Increase cmake workflow timeout Signed-off-by: Vladislav Shchapov --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c8468726..90e222a6 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -10,7 +10,7 @@ jobs: cmake: name: ${{ matrix.name }} runs-on: ${{ matrix.os }} - timeout-minutes: 60 + timeout-minutes: 80 strategy: fail-fast: false matrix: