Skip to content

Commit 0dcda51

Browse files
committed
maybe avoid connection drops during build
1 parent 2b6ad24 commit 0dcda51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
env:
1212
MAIN_BRANCH: 'dev'
1313
MAIN_BRANCH_FULL: 'refs/heads/dev'
14+
MAVEN_OPTS: >
15+
-Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 -Daether.connector.http.connectionMaxTtl=25
1416
1517
jobs:
1618
build:

0 commit comments

Comments
 (0)