You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zi...@apache.org on 2022/08/26 03:45:57 UTC

[dolphinscheduler] branch dev updated: add unit test ci timeout (#11655)

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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new a22b9271ff add unit test ci timeout (#11655)
a22b9271ff is described below

commit a22b9271fff80e51aa63e33449626e4447e97460
Author: xiangzihao <46...@qq.com>
AuthorDate: Fri Aug 26 11:45:49 2022 +0800

    add unit test ci timeout (#11655)
---
 .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 5b9b88a721..441672839b 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: