This is an automated email from the ASF dual-hosted git repository.
wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/main by this push:
new 55bea707 [ci] Bound the runtime of the integration-test jobs (#892)
55bea707 is described below
commit 55bea7072166a83eb771645998ac3fb26791b2e2
Author: Weiqing Yang <[email protected]>
AuthorDate: Mon Jul 13 00:19:20 2026 -0700
[ci] Bound the runtime of the integration-test jobs (#892)
---
.github/workflows/ci.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 463be4c9..164ede2e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -153,6 +153,7 @@ jobs:
python_it_tests:
name: it-python [${{ matrix.os }}] [java-17] [python-${{
matrix.python-version}}] [flink-${{ matrix.flink-version}}]
runs-on: ${{ matrix.os }}
+ timeout-minutes: 60
env:
SKIP_SPOTLESS_CHECK: true
strategy:
@@ -201,6 +202,7 @@ jobs:
java_it_tests:
name: it-java [${{ matrix.os }}] [java-${{ matrix.java-version}}]
[flink-${{ matrix.flink-version}}]
runs-on: ${{ matrix.os }}
+ timeout-minutes: 40
env:
SKIP_SPOTLESS_CHECK: true
strategy:
@@ -241,6 +243,7 @@ jobs:
cross_language_tests:
name: cross-language [${{ matrix.os }}] [python-${{
matrix.python-version}}] [java-${{ matrix.java-version}}]
runs-on: ${{ matrix.os }}
+ timeout-minutes: 60
env:
SKIP_SPOTLESS_CHECK: true
strategy: