From 6c854ab0c7e0b345d4bfa47b623895d7d7244490 Mon Sep 17 00:00:00 2001 From: Friel Date: Mon, 30 Mar 2026 12:57:34 +0000 Subject: [PATCH] ci: increase Linux arglint timeout --- .github/workflows/rust-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index c789249eb0..2594fe7750 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -137,7 +137,7 @@ jobs: include: - name: Linux runner: ubuntu-24.04 - timeout_minutes: 90 + timeout_minutes: 120 - name: macOS runner: macos-15-xlarge timeout_minutes: 90