ci: extend bazel watchdog self-close timeout

This commit is contained in:
Friel
2026-03-30 13:49:33 +00:00
parent c3bd7c5218
commit 380060ab8d

View File

@@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: ${{ github.ref_name != 'main' }}
jobs:
test:
timeout-minutes: 45
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
@@ -99,7 +99,7 @@ jobs:
key: bazel-cache-${{ matrix.target }}-${{ hashFiles('MODULE.bazel', 'codex-rs/Cargo.lock', 'codex-rs/Cargo.toml') }}
clippy:
timeout-minutes: 45
timeout-minutes: 60
strategy:
fail-fast: false
matrix: