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

leonard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git

commit e81df946b9b033d52e10d3c1b921d29aeed7d788
Author: Leonard Xu <xbjt...@gmail.com>
AuthorDate: Thu Jan 16 23:04:13 2025 +0800

    [minor][ci] Set proper timeout for compile_and_test step of CI job
---
 .github/workflows/flink_cdc_base.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/flink_cdc_base.yml 
b/.github/workflows/flink_cdc_base.yml
index e45373f62..204878c4e 100644
--- a/.github/workflows/flink_cdc_base.yml
+++ b/.github/workflows/flink_cdc_base.yml
@@ -148,7 +148,7 @@ jobs:
           maven-version: 3.8.6
 
       - name: Compile and test
-        timeout-minutes: 60
+        timeout-minutes: 90
         run: |
           set -o pipefail
 

Reply via email to