Skip to content

Commit 0430484

Browse files
authored
Update NexusPublishing Extension (#13303)
Increase delay between retries from 2000 to 3000 millis
1 parent 47aa395 commit 0430484

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
@@ -226,7 +226,7 @@ if (isReleaseVersion) {
226226

227227
transitionCheckOptions {
228228
maxRetries.set(40)
229-
delayBetween.set(java.time.Duration.ofMillis(2000))
229+
delayBetween.set(java.time.Duration.ofMillis(3000))
230230
}
231231
}
232232
}

0 commit comments

Comments
 (0)