Skip to content

Commit

Permalink
avoid maven connection timeout on when build by actions
Browse files Browse the repository at this point in the history
  • Loading branch information
powerLambda authored Jul 25, 2020
1 parent a31f34f commit 11777b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ambari-lite-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
TAG:
description: 'TAG'
env:
DEFAULT_MAVEN_OPTS: -Dmaven.artifact.threads=30 -Dmaven.wagon.http.retryHandler.count=3
DEFAULT_MAVEN_OPTS: -Dmaven.artifact.threads=30 -Dmaven.wagon.http.retryHandler.count=10 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true

jobs:
build:
Expand Down

0 comments on commit 11777b1

Please sign in to comment.