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

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


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

commit 4e993286e19557fcd8c5101635240453818c6590
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Tue Oct 24 16:29:12 2023 +0200

    [hotfix] Extend CI timeout interval
---
 .github/workflows/push_pr.yml | 2 ++
 .github/workflows/weekly.yml  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index f3e497a..b575b3c 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -29,3 +29,5 @@ jobs:
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
       flink_version: ${{ matrix.flink }}
+      timeout_global: 120
+      timeout_test: 80
\ No newline at end of file
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 45cc891..76c2158 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -47,3 +47,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