try to search for content ~1.45 min

This commit is contained in:
cagache
2019-04-18 16:40:31 +03:00
parent 29a7047db1
commit d68070051d

View File

@@ -647,8 +647,8 @@ public class BaseRMRestTest extends RestTest
List<String> names = new ArrayList<>(); List<String> names = new ArrayList<>();
// wait for solr indexing // wait for solr indexing
int counter = 0; int counter = 0;
int waitInMilliSeconds = 4000; int waitInMilliSeconds = 7000;
while (counter < 5) while (counter < 4)
{ {
synchronized (this) synchronized (this)
{ {
@@ -695,8 +695,8 @@ 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 = 4000; int waitInMilliSeconds = 7000;
while (counter < 5) while (counter < 4)
{ {
synchronized (this) synchronized (this)
{ {