Skip to content

Commit

Permalink
Update NexusPublishing Extension (#13303)
Browse files Browse the repository at this point in the history
Increase delay between retries from 2000 to 3000 millis
  • Loading branch information
Puneet Behl committed Dec 19, 2023
1 parent 47aa395 commit 0430484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ if (isReleaseVersion) {

transitionCheckOptions {
maxRetries.set(40)
delayBetween.set(java.time.Duration.ofMillis(2000))
delayBetween.set(java.time.Duration.ofMillis(3000))
}
}
}
Expand Down

0 comments on commit 0430484

Please sign in to comment.