From e01e106568975e49f39e63a5f63046385b4c8b48 Mon Sep 17 00:00:00 2001 From: Marc-Andre Weber Date: Fri, 17 Dec 2021 16:00:34 +0100 Subject: [PATCH] Temporary disable (working) unit tests to create a new release --- staging.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging.groovy b/staging.groovy index ce17123e5..78f7f613e 100644 --- a/staging.groovy +++ b/staging.groovy @@ -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