From f3934c030a98ecd0dc90f649c9bb21bf47298316 Mon Sep 17 00:00:00 2001 From: barshaul Date: Mon, 2 Oct 2023 13:44:28 +0000 Subject: [PATCH] Increase lint CI timeout --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6ecd804f40..afce194083 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -61,7 +61,7 @@ jobs: lint: runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 30 steps: - uses: actions/checkout@v4 with: