Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb4fbdae authored by Jackeagle's avatar Jackeagle
Browse files

gradle: Increase timeout duration to 20min

parent 8ba0611b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -22,16 +22,16 @@ systemProp.https.proxyPort=8118
systemProp.https.nonProxyHosts=*.jitpack.io, *.maven.org

# Increase HTTP connection timeout to 10 minutes
systemProp.http.connectionTimeout=600000
systemProp.http.connectionTimeout=1200000

# Increase HTTP socket timeout to 10 minutes
systemProp.http.socketTimeout=600000
systemProp.http.socketTimeout=1200000

# Increase Gradle internal HTTP connection timeout to 10 minutes
systemProp.org.gradle.internal.http.connectionTimeout=600000
systemProp.org.gradle.internal.http.connectionTimeout=1200000

# Increase Gradle internal HTTP socket timeout to 10 minutes
systemProp.org.gradle.internal.http.socketTimeout=600000
systemProp.org.gradle.internal.http.socketTimeout=1200000

# Set initial backoff time for Gradle internal repository requests to 500 milliseconds
systemProp.org.gradle.internal.repository.initial.backoff=500