Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Commit 14d8602

Browse files
committed
Bump legacy test timeout to account for slow-running agents on CI
1 parent 42a001b commit 14d8602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsupport/nexus-test-harness-launcher/src/main/java/org/sonatype/nexus/integrationtests/AbstractNexusIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ protected void startNexus() throws Exception {
321321

322322
// booting is now asynchronous, so have to wait for Nexus
323323
Thread.sleep(10000);
324-
for (int i = 0; i < 100; i++) {
324+
for (int i = 0; i < 170; i++) {
325325
try {
326326
if (getNexusStatusUtil().isNexusRunning()) {
327327
return;

0 commit comments

Comments
 (0)