mirror of https://github.com/apache/archiva.git
[MRM-1754] DownloadMergedIndexNonDefaultPathTest test fail
Submitted by Antoine ROUAZE git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1475658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
616b41d781
commit
19ad96310a
|
@ -172,7 +172,7 @@ public class DownloadMergedIndexNonDefaultPathTest
|
|||
proxyConnector.setTargetRepoId( remoteId );
|
||||
proxyConnectorService.addProxyConnector( proxyConnector );
|
||||
|
||||
repositoriesService.scheduleDownloadRemoteIndex( "all-merged", true, true );
|
||||
repositoriesService.scheduleDownloadRemoteIndex( remoteId, true, true );
|
||||
|
||||
// wait a bit
|
||||
timeout = 20000;
|
||||
|
|
Loading…
Reference in New Issue