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