Skip to content

Commit 6eedb67

Browse files
committed
increase timeout
1 parent e0e02db commit 6eedb67

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ org.gradle.caching = true
4242
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
4343
systemProp.org.gradle.unsafe.kotlin.assignment = true
4444

45+
# Increase HTTP timeouts for downloading large IDE artifacts (e.g. Android Studio ~1GB) on CI
46+
systemProp.org.gradle.internal.http.socketTimeout=300000
47+
systemProp.org.gradle.internal.http.connectionTimeout=60000
48+

0 commit comments

Comments
 (0)