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 // wait for solr indexing
int counter = 0; int counter = 0;
int waitInMilliSeconds = 6000; int waitInMilliSeconds = 6000;
while (counter < 3) while (counter < 4)
{ {
synchronized (this) synchronized (this)
{ {
@@ -695,7 +695,7 @@ public class BaseRMRestTest extends RestTest
List<String> results = new ArrayList<>(); List<String> results = new ArrayList<>();
// wait for solr indexing // wait for solr indexing
int counter = 0; int counter = 0;
int waitInMilliSeconds = 5000; int waitInMilliSeconds = 6000;
while (counter < 4) while (counter < 4)
{ {
synchronized (this) synchronized (this)