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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new d581572e7 [hotfix] Temporarily set flink test timeout to 80 minutes 
(#1853)
d581572e7 is described below

commit d581572e796d37c2f50709adbf7bcc08e2996a45
Author: yuzelin <[email protected]>
AuthorDate: Mon Aug 21 11:13:18 2023 +0800

    [hotfix] Temporarily set flink test timeout to 80 minutes (#1853)
---
 .github/workflows/utitcase-flink.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/utitcase-flink.yml 
b/.github/workflows/utitcase-flink.yml
index 87e767a28..c346f6fe4 100644
--- a/.github/workflows/utitcase-flink.yml
+++ b/.github/workflows/utitcase-flink.yml
@@ -44,7 +44,7 @@ jobs:
           java-version: ${{ env.JDK_VERSION }}
           distribution: 'adopt'
       - name: Build and Test
-        timeout-minutes: 60
+        timeout-minutes: 80
         run: |
           . .github/workflows/utils.sh
           jvm_timezone=$(random_timezone)

Reply via email to