Skip to content

Commit b7fe807

Browse files
authored
Increase nexus publishing client timeout (#14100)
1 parent 75898bf commit b7fe807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ nexusPublishing {
3232
}
3333

3434
connectTimeout.set(Duration.ofMinutes(5))
35-
clientTimeout.set(Duration.ofMinutes(5))
35+
clientTimeout.set(Duration.ofMinutes(30))
3636

3737
transitionCheckOptions {
3838
// We have many artifacts so Maven Central takes a long time on its compliance checks. This sets

gradle-plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ nexusPublishing {
107107
}
108108

109109
connectTimeout.set(Duration.ofMinutes(5))
110-
clientTimeout.set(Duration.ofMinutes(5))
110+
clientTimeout.set(Duration.ofMinutes(30))
111111
}
112112

113113
tasks {

0 commit comments

Comments
 (0)