mirror of https://github.com/apache/lucene.git
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:
parent
3f4ae2dafb
commit
40eb48bcf3
|
@ -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<>();
|
||||
|
|
Loading…
Reference in New Issue