Skip to content

Commit

Permalink
Merge pull request #17535 from gradle/wolfs/increase-timeout-publishing
Browse files Browse the repository at this point in the history
Increase connection timeout
  • Loading branch information
wolfs committed Jun 24, 2021
2 parents d19522f + 6321c16 commit a36beb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ systemProp.gradle.internal.testdistribution.queryResponseTimeout=PT20S

# Set the property here so it matches the configuration cache fingerprint of the :build-logic-commons and :build-logic builds
systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true

# For some reason, after an upgrade of repo.gradle.org, we run into connection timeouts when uploading the artifacts in the promotion build.
# Increasing the timeout seems to fix the problem.
# We should remove this when the problems with artifactory are fixed.
systemProp.org.gradle.internal.http.connectionTimeout=300000
systemProp.org.gradle.internal.http.socketTimeout=300000

0 comments on commit a36beb9

Please sign in to comment.