From 9cbde130100cc1513ecf3b112ff76403534b4a1a Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 18 Feb 2026 19:12:10 +0900 Subject: [PATCH] chore(gha): reduce timeout to 30min. (#3940) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79048a70b..966595aad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: run: just check-default - name: tests - timeout-minutes: 60 + timeout-minutes: 30 run: just test - name: CI cache clean @@ -101,7 +101,7 @@ jobs: toolchain: nightly - name: tests (io-uring) - timeout-minutes: 60 + timeout-minutes: 30 run: > sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=stable cargo test --lib --tests -p=actix-files --all-features"