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 f5718e790ff Set cache loading timeout to 1 min (#25736)
f5718e790ff is described below

commit f5718e790ff764536e99a844f466a54b3db41630
Author: 吴伟杰 <[email protected]>
AuthorDate: Sat May 20 12:05:31 2023 +0800

    Set cache loading timeout to 1 min (#25736)
---
 .github/workflows/e2e-sql.yml     | 1 +
 .github/workflows/nightly-e2e.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/e2e-sql.yml b/.github/workflows/e2e-sql.yml
index a462b7dfc96..c00b8515d11 100644
--- a/.github/workflows/e2e-sql.yml
+++ b/.github/workflows/e2e-sql.yml
@@ -61,6 +61,7 @@ concurrency:
 env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.http.retryHandler.class=standard 
-Dmaven.wagon.http.retryHandler.count=3 -Dmaven.javadoc.skip=true 
-Dcheckstyle.skip=true -Djacoco.skip=true -Dspotless.apply.skip=true
   REPOSITORY_NAME: shardingsphere
+  SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1
 
 jobs:
   build-e2e-image:
diff --git a/.github/workflows/nightly-e2e.yml 
b/.github/workflows/nightly-e2e.yml
index f4887f12203..797ded0f672 100644
--- a/.github/workflows/nightly-e2e.yml
+++ b/.github/workflows/nightly-e2e.yml
@@ -29,6 +29,7 @@ concurrency:
 env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.http.retryHandler.class=standard 
-Dmaven.wagon.http.retryHandler.count=3 -Dmaven.javadoc.skip=true 
-Dcheckstyle.skip=true -Djacoco.skip=true -Dspotless.apply.skip=true
   REPOSITORY_NAME: shardingsphere
+  SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1
 
 jobs:
   build-it-image:

Reply via email to