Skip to content

Commit f09e6d6

Browse files
authored
maven connection timeout workaround (#326)
According to actions/runner-images#1499 this should help with Maven connection timeouts for the github Java CI jobs.
2 parents f7c906c + f8c2ac1 commit f09e6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Test with Maven
2626
env:
2727
MAVEN_OPTS: "-Xms3g -Xmx3g"
28-
run: mvn test -B -V -D"java.util.logging.config.file"="logging.properties"
28+
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

Comments
 (0)