try to search for content ~1 min

This commit is contained in:
cagache
2019-04-11 17:47:08 +03:00
parent 9249b8cb80
commit 456bd75968

View File

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