Skip to content

Commit

Permalink
Stabilize snapshot build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Jan 26, 2021
1 parent ed89091 commit c3b31bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit c3b31bd

Please sign in to comment.