try to search for content ~2 min

This commit is contained in:
cagache
2019-04-16 14:17:55 +03:00
parent 94454b1f6c
commit 29a7047db1

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 = 7000; int waitInMilliSeconds = 4000;
while (counter < 4) while (counter < 5)
{ {
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 = 7000; int waitInMilliSeconds = 4000;
while (counter < 4) while (counter < 5)
{ {
synchronized (this) synchronized (this)
{ {