Skip to content

Commit b17718c

Browse files
committed
chore: Increase publishing timeout.
1 parent bd7a8a5 commit b17718c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

hamcrest-mail-jakarta/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@
374374
<publishingServerId>central.sonatype.org</publishingServerId>
375375
<autoPublish>${autoRelease}</autoPublish>
376376
<waitUntil>published</waitUntil>
377+
<waitMaxTime>7200</waitMaxTime>
377378
</configuration>
378379
</plugin>
379380
</plugins>

hamcrest-mail/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@
403403
<publishingServerId>central.sonatype.org</publishingServerId>
404404
<autoPublish>${autoRelease}</autoPublish>
405405
<waitUntil>published</waitUntil>
406+
<waitMaxTime>7200</waitMaxTime>
406407
</configuration>
407408
</plugin>
408409
</plugins>

0 commit comments

Comments
 (0)