mirror of https://github.com/apache/archiva.git
REST: BrowseServiceTest: Mitigate Stale Item Error
This commit is contained in:
parent
4ae1bf370a
commit
19b4ddd0c8
|
@ -337,6 +337,8 @@ public class BrowseServiceTest
|
|||
public void deleteTestRepo()
|
||||
throws Exception
|
||||
{
|
||||
scanRepo( TEST_REPO_ID );
|
||||
waitForScanToComplete( TEST_REPO_ID );
|
||||
deleteTestRepo( TEST_REPO_ID );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue