Skip to content

Commit f40359c

Browse files
committed
Bump publish timeout
1 parent 170b75d commit f40359c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ configure(subprojects.findAll({ it.name.startsWith('assertk') })) {
157157
repositories {
158158
sonatype()
159159
}
160+
clientTimeout.set(Duration.ofMinutes(5))
161+
connectTimeout.set(Duration.ofMinutes(5))
160162
}
161163

162164
publishing {
@@ -225,4 +227,4 @@ configure(subprojects.findAll({ it.name.startsWith('assertk') })) {
225227
}
226228
}
227229
}
228-
}
230+
}

0 commit comments

Comments
 (0)