Skip to content

Commit 1fa2e1e

Browse files
committed
bump timeout duration
1 parent 998b438 commit 1fa2e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ configureLinting(lintPaths)
103103
configureMinorVersionStrategyRules(lintPaths)
104104

105105
tasks.register<SonatypeCentralPortalPublishTask>("publishToCentralPortal") {
106-
timeoutDuration.set(120.minutes)
106+
timeoutDuration.set(150.minutes)
107107
pollInterval.set(20.seconds)
108108
}
109109
tasks.register<SonatypeCentralPortalWaitForPublicationTask>("waitForCentralPortalPublication") { }

0 commit comments

Comments
 (0)