Skip to content

Commit d1e70ed

Browse files
committed
Update Nexus Publishing Transitioning Wait time
1 parent a04a219 commit d1e70ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ if (isReleaseVersion) {
219219

220220
transitionCheckOptions {
221221
maxRetries.set(40)
222-
delayBetween.set(java.time.Duration.ofMillis(2000))
222+
delayBetween.set(java.time.Duration.ofMillis(5000))
223223
}
224224
}
225225
}

0 commit comments

Comments
 (0)