From 5ddd80e021d9ca3bdc275502a37ae3ab78e59928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Mon, 2 Jun 2025 11:32:14 +0200 Subject: [PATCH] GH-46528: [Dev][CI] Increase lint job timeout --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index d0f1fa91265..f823cfd6344 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -43,7 +43,7 @@ jobs: name: Lint C++, Python, R, Docker, RAT runs-on: ubuntu-24.04 if: ${{ !contains(github.event.pull_request.title, 'WIP') }} - timeout-minutes: 15 + timeout-minutes: 30 steps: - name: Checkout Arrow uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0