We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecccb9 commit f8c2ac1Copy full SHA for f8c2ac1
.github/workflows/maven.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Test with Maven
26
env:
27
MAVEN_OPTS: "-Xms3g -Xmx3g"
28
- run: mvn test -B -V -D"java.util.logging.config.file"="logging.properties"
+ run: mvn test -B -V -D"java.util.logging.config.file"="logging.properties" -D"http.keepAlive"="false" -D"maven.wagon.http.pool"="false" -D"maven.wagon.httpconnectionManager.ttlSeconds"="120"
0 commit comments