Skip to content

Commit

Permalink
Increases deploy timeouts due to recent failures uploading to sonatype
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
Adrian Cole committed Jan 9, 2024
1 parent 4c57453 commit 2cb27f6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,14 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<!-- Double the normal timeout even though we haven't had a problem in this project.
The only outcome of timing out client side is trying again. -->
<stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes>
<!-- Increase timeouts due to recent load related failures described in OSSRH-76308:
A message body reader for Java class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO,
and Java type class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO,
and MIME media type text/html was not found -> [Help 1]
-->
<stagingProgressPauseDurationSeconds>20</stagingProgressPauseDurationSeconds>
<stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down

0 comments on commit 2cb27f6

Please sign in to comment.