You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/09/15 08:25:18 UTC

[flink-connector-elasticsearch] branch main updated: [FLINK-29304][ci] Set timeout

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ccd8c2  [FLINK-29304][ci] Set timeout
7ccd8c2 is described below

commit 7ccd8c2b372baa23169d2d56dc404d6ccf51e802
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Sep 14 17:21:27 2022 +0200

    [FLINK-29304][ci] Set timeout
---
 .github/workflows/ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f4affdd..c4d44cf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
     strategy:
       matrix:
         jdk: [8, 11]
+    timeout-minutes: 30
     env:
       MVN_CONNECTION_OPTIONS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
       FLINK_URL: https://s3.amazonaws.com/flink-nightly/flink-1.16-SNAPSHOT-bin-scala_2.12.tgz
@@ -46,6 +47,7 @@ jobs:
           maven-version: 3.8.6
 
       - name: Compile and test flink-connector-elasticsearch
+        timeout-minutes: 20
         run: |
           pushd .. \
             && wget -q -c ${{ env.FLINK_URL }} -O - | tar -xz \