ci: extend bazel workflow timeouts

This commit is contained in:
Friel
2026-03-30 13:47:21 +00:00
parent 6c854ab0c7
commit 838947aa23

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: