try to search for content ~1.45 min

This commit is contained in:
cagache
2019-04-16 10:38:24 +03:00
parent f74303fc50
commit 94454b1f6c

View File

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