Skip to content

Commit

Permalink
[Gradle] Increase timeouts for network requests to 120 seconds
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 312671052
  • Loading branch information
dsn5ft authored and leticiarossi committed May 21, 2020
1 parent cd37342 commit 9408d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ android.enableUnitTestBinaryResources=true
android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarnings,android.enableUnitTestBinaryResources

# Increase timeouts for network requests
org.gradle.internal.http.connectionTimeout=60000
org.gradle.internal.http.socketTimeout=60000
org.gradle.internal.http.connectionTimeout=120000
org.gradle.internal.http.socketTimeout=120000

0 comments on commit 9408d54

Please sign in to comment.