SOLR-12801: wait 60 seconds instead of 30 for cores to close

This commit is contained in:
markrmiller 2018-12-09 01:08:33 -06:00
parent 906e32af13
commit eac3f58c43
1 changed files with 1 additions and 1 deletions

View File

@ -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();