try to search for content ~1.45 min

This commit is contained in:
cagache
2019-04-15 15:42:01 +03:00
parent f26612f00b
commit a1b0799133

View File

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