This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 0f909d0 Fix CI timeout problem. (#12362)
0f909d0 is described below
commit 0f909d09dee66e04e4a7dd591f241012820e3140
Author: Guocheng Tang <[email protected]>
AuthorDate: Sat Sep 11 10:17:02 2021 +0800
Fix CI timeout problem. (#12362)
* Optimize the integration test mirror code.
* Fixed #12361.
---
.github/workflows/ci.yml | 2 +-
.github/workflows/it.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 97325cb..d2335d6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ on:
types: [rerun-ci]
env:
- MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.http.retryHandler.count=3
-Dmaven.wagon.httpconnectionManager.ttlSeconds=30
+ MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.http.retryHandler.class=standard
-Dmaven.wagon.http.retryHandler.count=3
jobs:
check-license:
diff --git a/.github/workflows/it.yml b/.github/workflows/it.yml
index 4e18fee..53c718a 100644
--- a/.github/workflows/it.yml
+++ b/.github/workflows/it.yml
@@ -24,7 +24,7 @@ on:
branches: [ master ]
env:
- MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.http.retryHandler.count=3
-Dmaven.wagon.httpconnectionManager.ttlSeconds=30
+ MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.http.retryHandler.class=standard
-Dmaven.wagon.http.retryHandler.count=3
jobs:
MySQL: