we do not need this pause after the test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1359733 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-07-10 15:44:16 +00:00
parent 364407b578
commit 3042e69056
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ public class CloudStateUpdateTest extends SolrTestCaseJ4 {
@AfterClass
public static void afterClass() throws InterruptedException {
System.clearProperty("solrcloud.skip.autorecovery");
// wait just a bit for any zk client threads to outlast timeout
Thread.sleep(2000);
}
@Override