We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caaabd commit 7b647e4Copy full SHA for 7b647e4
tools/code-generation/smithy/codegen/gradle.properties
@@ -1 +1,11 @@
1
-org.gradle.jvmargs=-Xmx6g
+org.gradle.jvmargs=-Xmx6g
2
+
3
+# Set the socket timeout to 5 minutes
4
+systemProp.org.gradle.internal.http.connectionTimeout=120000
5
+systemProp.org.gradle.internal.http.socketTimeout=120000
6
7
+# the number of retries (initial included) (default 3)
8
+systemProp.org.gradle.internal.repository.max.tentative=10
9
10
+# the initial time before retrying, in milliseconds (default 125)
11
+systemProp.org.gradle.internal.repository.initial.backoff=500
0 commit comments