From 015c9fac0e4384c9e0cda3f241059db8f276a216 Mon Sep 17 00:00:00 2001 From: Shay Date: Tue, 14 Jul 2026 21:50:33 -0700 Subject: [PATCH] chore(ci): increase lane-shas timeout to 45 minutes --- .github/workflows/lane-shas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lane-shas.yml b/.github/workflows/lane-shas.yml index b06e3ea7..d0353253 100644 --- a/.github/workflows/lane-shas.yml +++ b/.github/workflows/lane-shas.yml @@ -33,7 +33,7 @@ jobs: verify: name: verify pinned lane SHAs runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 45 steps: - name: checkout