From 4a93ad5cd97ff69447180b5de71513a2823dcc83 Mon Sep 17 00:00:00 2001 From: Shenghang Date: Wed, 24 Dec 2025 18:16:48 +0800 Subject: [PATCH] [CI] Increase kudu connector timeout to 60 minutes --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 1a6862d9406..4f87439c90e 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -1188,7 +1188,7 @@ jobs: matrix: java: [ '8', '11' ] os: [ 'ubuntu-latest' ] - timeout-minutes: 30 + timeout-minutes: 60 steps: - uses: actions/checkout@v2 - name: Set up JDK ${{ matrix.java }}