We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170b75d commit f40359cCopy full SHA for f40359c
1 file changed
build.gradle
@@ -157,6 +157,8 @@ configure(subprojects.findAll({ it.name.startsWith('assertk') })) {
157
repositories {
158
sonatype()
159
}
160
+ clientTimeout.set(Duration.ofMinutes(5))
161
+ connectTimeout.set(Duration.ofMinutes(5))
162
163
164
publishing {
@@ -225,4 +227,4 @@ configure(subprojects.findAll({ it.name.startsWith('assertk') })) {
225
227
226
228
229
-}
230
+}
0 commit comments