From 5adcade9a522cbbd386aadabff41d4eecc715efb Mon Sep 17 00:00:00 2001 From: Friel Date: Mon, 30 Mar 2026 13:47:21 +0000 Subject: [PATCH] ci: extend bazel workflow timeouts --- .github/workflows/bazel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index f57053097f..4b661e747b 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -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: