This is an automated email from the ASF dual-hosted git repository.
zhangdonghao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new a0e3973faf [Improve][CI] Increase timeout for `kafka-connector-it`
from 120 to 140 minutes (#9893)
a0e3973faf is described below
commit a0e3973fafddea201e997bf71c63c84c38e96c80
Author: dy102 <[email protected]>
AuthorDate: Thu Sep 25 17:39:17 2025 +0900
[Improve][CI] Increase timeout for `kafka-connector-it` from 120 to 140
minutes (#9893)
---
.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 a528fb83ef..7121917cfa 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -1238,7 +1238,7 @@ jobs:
matrix:
java: [ '8', '11' ]
os: [ 'ubuntu-latest' ]
- timeout-minutes: 120
+ timeout-minutes: 140
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}