mirror of https://github.com/apache/lucene.git
SOLR-3066: check if waiting twice as long for solrindexsearchers to be returned changes anything with searcher cnt mismatch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1237536 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4f26f195eb
commit
e1cb522921
|
@ -132,7 +132,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
|
|||
// wait a bit in case any ending threads have anything to release
|
||||
int retries = 0;
|
||||
while (endNumOpens - numOpens != endNumCloses - numCloses) {
|
||||
if (retries++ > 60) {
|
||||
if (retries++ > 120) {
|
||||
break;
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue