You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/05/06 17:02:32 UTC

[archiva] 01/02: Adding additional wait for test

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git

commit 1f891cd2eafd30413e44f51fbee6aa315d1f0a5d
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sun May 6 18:58:48 2018 +0200

    Adding additional wait for test
---
 .../archiva/remotedownload/DownloadMergedIndexNonDefaultPathTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/archiva-modules/archiva-web/archiva-web-common/src/test/java/org/apache/archiva/remotedownload/DownloadMergedIndexNonDefaultPathTest.java b/archiva-modules/archiva-web/archiva-web-common/src/test/java/org/apache/archiva/remotedownload/DownloadMergedIndexNonDefaultPathTest.java
index 6eec7f8..ff1bd4e 100644
--- a/archiva-modules/archiva-web/archiva-web-common/src/test/java/org/apache/archiva/remotedownload/DownloadMergedIndexNonDefaultPathTest.java
+++ b/archiva-modules/archiva-web/archiva-web-common/src/test/java/org/apache/archiva/remotedownload/DownloadMergedIndexNonDefaultPathTest.java
@@ -184,6 +184,7 @@ public class DownloadMergedIndexNonDefaultPathTest
             timeout -= 500;
         }*/
         // wait the end
+        Thread.sleep( 500 );
         while ( !repositoriesService.getRunningRemoteDownloadIds().getStrings().isEmpty() )
         {
             Thread.sleep( 500 );

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.