This is an automated email from the ASF dual-hosted git repository.
pvary pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 2cb3cc6d59 Flink CI: Define timeout to avoid CI jobs running
indefinitely (#15617)
2cb3cc6d59 is described below
commit 2cb3cc6d59ce478e503e16ee8409308101c88598
Author: JB Onofré <[email protected]>
AuthorDate: Fri Mar 13 13:47:00 2026 +0100
Flink CI: Define timeout to avoid CI jobs running indefinitely (#15617)
---
.github/workflows/flink-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/flink-ci.yml b/.github/workflows/flink-ci.yml
index 733e582141..7530a8646a 100644
--- a/.github/workflows/flink-ci.yml
+++ b/.github/workflows/flink-ci.yml
@@ -75,6 +75,7 @@ jobs:
# Test all flink versions with scala 2.12 for general validation.
flink-scala-2-12-tests:
runs-on: ubuntu-24.04
+ timeout-minutes: 60
strategy:
max-parallel: 15
matrix: