Codearte / gradle-nexus-staging-plugin

Automatize releasing Gradle projects to Maven Central.
Apache License 2.0
172 stars 26 forks source link

Increase default retry period to 10 minutes #164

Closed driver733 closed 3 years ago

driver733 commented 4 years ago

The default retry period is quite often not enough, so I suggest to increase it.

szpak commented 3 years ago

Thanks for your PR. I've been talking with the Sonatype guys recently and looking at the metrics they said that 5 minutes should be enough for the majority of releases. It holds in the E2E tests with their Nexus and I plan to use that value (instead of 40 seconds as it's now which is not enough anymore).

I plan to release the new version with the new value "soon".