try to search for content ~1.45 min

This commit is contained in:
cagache
2019-04-15 15:42:01 +03:00
parent 688628258d
commit 15b5c167af

View File

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