From 72d43c58b0cc9eaefbef682ff3338f42ed007e79 Mon Sep 17 00:00:00 2001 From: Friel Date: Mon, 30 Mar 2026 10:03:34 +0000 Subject: [PATCH 1/2] ci: extend sdk and arglint timeouts --- .github/workflows/rust-ci.yml | 4 ++-- .github/workflows/sdk.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 03ac63f31f..c789249eb0 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -137,10 +137,10 @@ jobs: include: - name: Linux runner: ubuntu-24.04 - timeout_minutes: 60 + timeout_minutes: 90 - name: macOS runner: macos-15-xlarge - timeout_minutes: 60 + timeout_minutes: 90 - name: Windows runner: windows-x64 timeout_minutes: 30 diff --git a/.github/workflows/sdk.yml b/.github/workflows/sdk.yml index b65ed03fca..9b54eca78f 100644 --- a/.github/workflows/sdk.yml +++ b/.github/workflows/sdk.yml @@ -10,7 +10,7 @@ jobs: runs-on: group: codex-runners labels: codex-linux-x64 - timeout-minutes: 30 + timeout-minutes: 45 steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 From aab9f3c365c3124ee1aebde76998379387bbcf9e Mon Sep 17 00:00:00 2001 From: Friel Date: Mon, 30 Mar 2026 11:03:07 +0000 Subject: [PATCH 2/2] ci: increase sdk and bazel timeouts --- .github/workflows/bazel.yml | 4 ++-- .github/workflows/sdk.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index a6c9277b61..f57053097f 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: 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: diff --git a/.github/workflows/sdk.yml b/.github/workflows/sdk.yml index 9b54eca78f..9dadb840b1 100644 --- a/.github/workflows/sdk.yml +++ b/.github/workflows/sdk.yml @@ -10,7 +10,7 @@ jobs: runs-on: group: codex-runners labels: codex-linux-x64 - timeout-minutes: 45 + timeout-minutes: 60 steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6