Skip to content

Commit 28bc76a

Browse files
author
Alexander Furer
committed
increase timeout
1 parent 60b23ca commit 28bc76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc-spring-boot-starter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ signing {
2424

2525

2626
nexusPublishing {
27-
clientTimeout = java.time.Duration.ofMinutes(5)
27+
clientTimeout = java.time.Duration.ofMinutes(7)
2828
repositories {
2929
sonatype()
3030
}

0 commit comments

Comments
 (0)