REST: BrowseServiceTest: Mitigate Stale Item Error

This commit is contained in:
forjsharp 2014-09-21 15:30:02 -07:00
parent 4ae1bf370a
commit 19b4ddd0c8
1 changed files with 2 additions and 0 deletions

View File

@ -337,6 +337,8 @@ public class BrowseServiceTest
public void deleteTestRepo() public void deleteTestRepo()
throws Exception throws Exception
{ {
scanRepo( TEST_REPO_ID );
waitForScanToComplete( TEST_REPO_ID );
deleteTestRepo( TEST_REPO_ID ); deleteTestRepo( TEST_REPO_ID );
} }
} }