mirror of https://github.com/apache/lucene.git
SOLR-12801: wait 60 seconds instead of 30 for cores to close
This commit is contained in:
parent
906e32af13
commit
eac3f58c43
|
@ -313,7 +313,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
|
|||
|
||||
if (suiteFailureMarker.wasSuccessful()) {
|
||||
// if the tests passed, make sure everything was closed / released
|
||||
String orr = clearObjectTrackerAndCheckEmpty(30, false);
|
||||
String orr = clearObjectTrackerAndCheckEmpty(60, false);
|
||||
assertNull(orr, orr);
|
||||
} else {
|
||||
ObjectReleaseTracker.tryClose();
|
||||
|
|
Loading…
Reference in New Issue