From b2acee09382cf3d59a95e9962ee0cbc135d8d5e8 Mon Sep 17 00:00:00 2001 From: Friel Date: Mon, 30 Mar 2026 08:45:50 +0000 Subject: [PATCH] ci: bump workflow 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 a655b3071e..444b79ee74 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: 30 + timeout_minutes: 45 - name: macOS runner: macos-15-xlarge - timeout_minutes: 30 + timeout_minutes: 45 - name: Windows runner: windows-x64 timeout_minutes: 30 diff --git a/.github/workflows/sdk.yml b/.github/workflows/sdk.yml index 45c983ac1e..87adc96283 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: 10 + timeout-minutes: 20 steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6