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/30 09:33:42 UTC

[flink-connector-elasticsearch] 02/02: [hotfix][ci] Increase timeouts

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

commit 6e46477432062da00f9fd9f5f0536df33df9b3b3
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Sep 29 21:20:10 2022 +0200

    [hotfix][ci] Increase timeouts
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 587b6cf..ca51369 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
     strategy:
       matrix:
         jdk: [8, 11]
-    timeout-minutes: 30
+    timeout-minutes: 40
     env:
       MVN_COMMON_OPTIONS: -U -B --no-transfer-progress
       MVN_CONNECTION_OPTIONS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
@@ -54,7 +54,7 @@ jobs:
         run: wget -q -c ${{ env.FLINK_URL }} -O - | tar -xz
 
       - name: Compile and test flink-connector-elasticsearch
-        timeout-minutes: 20
+        timeout-minutes: 30
         run: |          
           set -o pipefail