Skip to content

Commit

Permalink
Temporary disable (working) unit tests to create a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcweba committed Dec 17, 2021
1 parent fbbeb96 commit e01e106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Staging {
println "trying to promote nexus repository ..."
//see: https://issues.sonatype.org/browse/OSSRH-27145
println("Waiting 30 secs before continue")
sleep(30000);
sleep(60000);
doWithRetry(this.&promote, repositoryId)
println " > done"
break
Expand Down

0 comments on commit e01e106

Please sign in to comment.