try to search for content ~1.30 min

This commit is contained in:
cagache
2019-04-12 14:14:59 +03:00
parent 1bee02b8df
commit 688628258d

View File

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