Skip to content

Commit

Permalink
Increase timeout on zig build
Browse files Browse the repository at this point in the history
It seems to run slightly slower on MacOS.
  • Loading branch information
plajjan committed Jan 10, 2024
1 parent c75d37c commit ea77031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zig-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
name: ${{ matrix.os }} thr:${{ matrix.enable_threads }} rwlock:${{ matrix.enable_rwlock }} redir:${{ matrix.redirect_malloc }} gcdeb:${{ matrix.enable_gc_debug }} munmap:${{ matrix.enable_munmap }} paramark:${{ matrix.parallel_mark }} thrlocal:${{ matrix.thread_local_alloc }}
runs-on: ${{ matrix.os }}
timeout-minutes: 4
timeout-minutes: 6

strategy:
fail-fast: false
Expand Down

0 comments on commit ea77031

Please sign in to comment.