SOLR-5596: Raise zk client timeout for mock objects.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-08-25 00:06:04 +00:00
parent 3f4ae2dafb
commit 40eb48bcf3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ import org.xml.sax.SAXException;
@Slow
public class OverseerTest extends SolrTestCaseJ4 {
static final int TIMEOUT = 10000;
static final int TIMEOUT = 30000;
private static final boolean DEBUG = false;
private List<Overseer> overseers = new ArrayList<>();