logstash/gradle.properties
github-actions[bot] 81f5b1f842
Backport PR #14283 to 7.17: Increase Gradle network timeouts to increment resiliency on network issues #14287
When an external repository reaches IO error or generates network timeouts the build fails in resolving external dependencies (plugins or libraries used by the project).
This commits increase a little bit those limits.

(cherry picked from commit 080c2f6253)

Co-authored-by: Andrea Selva <selva.andre@gmail.com>
2022-06-21 15:51:11 +02:00

7 lines
310 B
Properties

org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
org.gradle.daemon=false
## from default 30 secs to 2 minutes network timeouts
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000
systemProp.org.gradle.internal.http.idleConnectionTimeout=120000