Skip to content

Commit

Permalink
Increase timeouts to push to Nexus
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed Dec 13, 2021
1 parent 20cfdcc commit 2e8f8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
jdk_version: '11'
jdk_path: '/usr/lib/jvm/java-11-openjdk-amd64'
# Set timeout for jobs
timeoutInMinutes: 120
timeoutInMinutes: 180
# Base system
pool:
vmImage: $(image)
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,7 @@
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 2e8f8c8

Please sign in to comment.