ci: increase sdk and bazel timeouts

This commit is contained in:
Friel
2026-03-30 11:03:07 +00:00
parent 5b18d8ea38
commit 248aa6cb32
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: ${{ github.ref_name != 'main' }}
jobs:
test:
timeout-minutes: 30
timeout-minutes: 45
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: 30
timeout-minutes: 45
strategy:
fail-fast: false
matrix: