From c3b31bd5a5211c6842633c95c35f361ba0c5093f Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Wed, 27 Jan 2021 07:42:53 +0800 Subject: [PATCH] Stabilize snapshot build --- .github/workflows/maven-build-snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build-snapshots.yml b/.github/workflows/maven-build-snapshots.yml index 183ff9b..ecf22e0 100644 --- a/.github/workflows/maven-build-snapshots.yml +++ b/.github/workflows/maven-build-snapshots.yml @@ -43,7 +43,7 @@ jobs: shell: bash env: COH_BRANCH: ${{ matrix.branch }} - MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 + MAVEN_OPTS: -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 run: | # Checkout the git repo for coherence snapshot and build DIR=`pwd`