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

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


The following commit(s) were added to refs/heads/main by this push:
     new a026020  [hotfix] Extend CI timeout interval
a026020 is described below

commit a026020b70ed108f5e2e88a4e1f1c37a5345284b
Author: tison <wander4...@gmail.com>
AuthorDate: Thu Oct 12 14:15:16 2023 +0800

    [hotfix] Extend CI timeout interval
    
    Signed-off-by: tison <wander4...@gmail.com>
---
 .github/workflows/ci.yml    | 4 ++--
 .github/workflows/daily.yml | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 01b5245..04c3cb4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,5 +45,5 @@ jobs:
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
       flink_version: 1.17.0
-      timeout_global: 80
-      timeout_test: 60
+      timeout_global: 120
+      timeout_test: 80
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index 671b231..a090664 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -46,4 +46,5 @@ jobs:
       flink_version: ${{ matrix.flink_branches.flink }}
       connector_branch: ${{ matrix.flink_branches.branch }}
       run_dependency_convergence: false
-
+      timeout_global: 120
+      timeout_test: 80

Reply via email to