You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/09/17 23:15:55 UTC

[dolphinscheduler] branch 3.0.1-prepare updated: add unit test ci timeout (#11655) (#12021)

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

kerwin pushed a commit to branch 3.0.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.0.1-prepare by this push:
     new 2bdd0d9c6c add unit test ci timeout (#11655) (#12021)
2bdd0d9c6c is described below

commit 2bdd0d9c6c4249b008a36a8c144ccc50dd5b06de
Author: Kerwin <37...@users.noreply.github.com>
AuthorDate: Sun Sep 18 07:15:48 2022 +0800

    add unit test ci timeout (#11655) (#12021)
    
    Co-authored-by: xiangzihao <46...@qq.com>
---
 .github/workflows/unit-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index eb422ba6a3..963d10a3d5 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -56,7 +56,7 @@ jobs:
     strategy:
       matrix:
         java: ['8', '11']
-    timeout-minutes: 30
+    timeout-minutes: 45
     steps:
       - uses: actions/checkout@v2
         with: