From 4071e87a7df71f2136cc8347e30cf51d3dfada29 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 10 Jan 2024 08:19:27 +0300 Subject: [PATCH] GH Actions: Increase cmake build timeout to 6m Builds with clang for Windows may take too long. --- .github/workflows/cmake-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index bfad77391..d4568e6ce 100644 --- a/.github/workflows/cmake-build.yml +++ b/.github/workflows/cmake-build.yml @@ -7,7 +7,7 @@ jobs: build: name: ${{ matrix.os }} ${{ matrix.c_compiler }} thr:${{ matrix.enable_threads }} rwlock:${{ matrix.enable_rwlock }} redir:${{ matrix.redirect_malloc }} dll:${{ matrix.shared_libs }} cpp:${{ matrix.enable_cplusplus }} runs-on: ${{ matrix.os }} - timeout-minutes: 4 + timeout-minutes: 6 strategy: # Deliver the feedback for all matrix combinations.