You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/06/21 12:12:47 UTC

[incubator-seatunnel] branch api-draft updated: update windows ci timeout to 120min (#2046)

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

kirs pushed a commit to branch api-draft
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/api-draft by this push:
     new f19555cd8 update windows ci timeout to 120min (#2046)
f19555cd8 is described below

commit f19555cd8f35a83410c5c25a1428ac9fd895c7a6
Author: Eric <ga...@gmail.com>
AuthorDate: Tue Jun 21 20:12:41 2022 +0800

    update windows ci timeout to 120min (#2046)
---
 .github/workflows/backend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index b5ddaa5b2..c4d2d8a5e 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -80,7 +80,7 @@ jobs:
     strategy:
       matrix:
         java: ['8']
-    timeout-minutes: 50
+    timeout-minutes: 120
     env:
       MAVEN_OPTS: -Xmx2G -Xms2G
     steps: