Skip to content

Commit

Permalink
fix(github-actions): increase maven nexus staging timeout to 2 hours,…
Browse files Browse the repository at this point in the history
… to prevent timeout during peak hours (#11)
  • Loading branch information
vincejv authored Oct 15, 2022
1 parent 6b9066e commit 0f47732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
<serverId>${maven.deploy.nexus.repository-id}</serverId>
<nexusUrl>${maven.deploy.nexus.base-url}</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>120</stagingProgressTimeoutMinutes>
</configuration>
</plugin>

Expand Down

0 comments on commit 0f47732

Please sign in to comment.