mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
try to search for content ~1 min
This commit is contained in:
@@ -695,8 +695,8 @@ public class BaseRMRestTest extends RestTest
|
||||
List<String> results = new ArrayList<>();
|
||||
// wait for solr indexing
|
||||
int counter = 0;
|
||||
int waitInMilliSeconds = 6000;
|
||||
while (counter < 3)
|
||||
int waitInMilliSeconds = 5000;
|
||||
while (counter < 4)
|
||||
{
|
||||
synchronized (this)
|
||||
{
|
||||
@@ -744,8 +744,8 @@ public class BaseRMRestTest extends RestTest
|
||||
String result = "";
|
||||
// wait for solr indexing
|
||||
int counter = 0;
|
||||
int waitInMilliSeconds = 6000;
|
||||
while (counter < 3)
|
||||
int waitInMilliSeconds = 5000;
|
||||
while (counter < 4)
|
||||
{
|
||||
synchronized (this)
|
||||
{
|
||||
|
Reference in New Issue
Block a user