Skip to content

Commit

Permalink
ci: increase timeout for nexus closing staging repository
Browse files Browse the repository at this point in the history
  • Loading branch information
deepthidevaki committed Jan 3, 2024
1 parent 8eace25 commit 14c17b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,14 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<stagingProgressTimeoutMinutes>40</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 14c17b1

Please sign in to comment.