Skip to content

Commit 002ab7d

Browse files
committed
Try 90 minute timeout
1 parent 3ccacd3 commit 002ab7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ configureMinorVersionStrategyRules(lintPaths)
114114

115115
tasks.register<SonatypePortalPublishTask>("publishToCentralPortal") {
116116
bundle.set(rootProject.layout.buildDirectory.file("aws-sdk-kotlin-bundle.tar.gz"))
117-
wait.set(45.minutes) // TODO Refine once we get data
118-
pollInterval.set(15.seconds) // TODO refine?
117+
wait.set(90.minutes)
118+
pollInterval.set(30.seconds)
119119
}

0 commit comments

Comments
 (0)