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 28ab0253551 Refactor : increase the timeout for nightly action (#26542)
28ab0253551 is described below
commit 28ab02535510aaccc66def7023f46bfb1b4804d6
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Sun Jun 25 17:56:35 2023 +0800
Refactor : increase the timeout for nightly action (#26542)
---
.github/workflows/nightly-check.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/nightly-check.yml
b/.github/workflows/nightly-check.yml
index 6ab20e76a4c..43046660c66 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: 45
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
@@ -139,7 +139,7 @@ jobs:
if: (github.repository == 'apache/shardingsphere')
name: Check - Dead Links
runs-on: ubuntu-latest
- timeout-minutes: 10
+ timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- run: sudo npm install -g [email protected]