Skip to content

Commit

Permalink
GH Actions: Increase cmake build timeout to 6m
Browse files Browse the repository at this point in the history
Builds with clang for Windows may take too long.
  • Loading branch information
ivmai committed Jan 10, 2024
1 parent 98e4d0a commit 4071e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4071e87

Please sign in to comment.