[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:
Olivier Lamy 2013-04-25 07:53:23 +00:00
parent 616b41d781
commit 19ad96310a
1 changed files with 1 additions and 1 deletions

View File

@ -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;