Skip to content

Commit

Permalink
HSEARCH-4414 Raise timeout when publishing to oss.sonatype.org
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Dec 16, 2021
1 parent 6359c41 commit 8073dfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,9 @@
<serverId>${ossrh.releases.repo.id}</serverId>
<!-- The following, by default, is only used for actual releases, not for snapshot deployments -->
<nexusUrl>${ossrh.releases.repo.baseUrl}</nexusUrl>
<!-- oss.sonatype.org has been very slow when closing repositories lately;
let's raise the timeout until we switch to s01.sonatype.org -->
<stagingProgressTimeoutMinutes>60</stagingProgressTimeoutMinutes>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 8073dfd

Please sign in to comment.