You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/05/21 13:30:03 UTC

[shardingsphere] branch master updated: Adjust checkstyle timeout (#25828)

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

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 4721158692f Adjust checkstyle timeout (#25828)
4721158692f is described below

commit 4721158692fac814442803a0e485e46336a67ea7
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Sun May 21 21:29:56 2023 +0800

    Adjust checkstyle timeout (#25828)
---
 .github/workflows/nightly-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-check.yml b/.github/workflows/nightly-check.yml
index ba993544bc1..a88852c0a32 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -108,7 +108,7 @@ jobs:
     if: github.repository == 'apache/shardingsphere'
     name: Checkstyle - SonarCloud
     runs-on: ubuntu-latest
-    timeout-minutes: 30
+    timeout-minutes: 40
     steps:
       - uses: actions/checkout@v3
       - uses: actions/setup-java@v3