mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Add sleep then retry for content indexing completed check in tests
This commit is contained in:
@@ -102,7 +102,7 @@ public class SearchCasesTest extends AbstractSearchServicesE2ETest
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test(priority=5)
|
@Test(priority=5)
|
||||||
public void testSearchUpdateContent()
|
public void testSearchUpdateContent() throws InterruptedException
|
||||||
{
|
{
|
||||||
String originalText = String.valueOf(System.currentTimeMillis());
|
String originalText = String.valueOf(System.currentTimeMillis());
|
||||||
String newText = String.valueOf(System.currentTimeMillis() + 300000);
|
String newText = String.valueOf(System.currentTimeMillis() + 300000);
|
||||||
@@ -200,7 +200,7 @@ public class SearchCasesTest extends AbstractSearchServicesE2ETest
|
|||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
@Test(priority=10)
|
@Test(priority=10)
|
||||||
public void searchWithFacedFields()
|
public void searchWithFacedFields() throws InterruptedException
|
||||||
{
|
{
|
||||||
String uniqueText = String.valueOf(System.currentTimeMillis());
|
String uniqueText = String.valueOf(System.currentTimeMillis());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user