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.30 min
This commit is contained in:
@@ -648,7 +648,7 @@ public class BaseRMRestTest extends RestTest
|
||||
// wait for solr indexing
|
||||
int counter = 0;
|
||||
int waitInMilliSeconds = 6000;
|
||||
while (counter < 3)
|
||||
while (counter < 4)
|
||||
{
|
||||
synchronized (this)
|
||||
{
|
||||
@@ -695,7 +695,7 @@ public class BaseRMRestTest extends RestTest
|
||||
List<String> results = new ArrayList<>();
|
||||
// wait for solr indexing
|
||||
int counter = 0;
|
||||
int waitInMilliSeconds = 5000;
|
||||
int waitInMilliSeconds = 6000;
|
||||
while (counter < 4)
|
||||
{
|
||||
synchronized (this)
|
||||
|
Reference in New Issue
Block a user