try to search for content ~2 min

This commit is contained in:
cagache
2019-04-16 14:17:55 +03:00
parent 08acacf4f5
commit 95ee11f82c

View File

@@ -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)
{