Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed May 30, 2022
1 parent d2fc216 commit 91e737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.java
Expand Up @@ -189,7 +189,7 @@ static void publish(String sonatypeUsername,
System.out.println("Releasing staging repo after a few minute delay");


Duration delay = Duration.ofSeconds(30);
Duration delay = Duration.ofSeconds(240);
int retries = 3;
for (int retry = 0; retry < retries; retry++) {
Thread.sleep(delay.toMillis());
Expand Down

0 comments on commit 91e737b

Please sign in to comment.