mirror of https://github.com/apache/lucene.git
raise default timeout a bit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1363512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d408b72f81
commit
fc2d0ca5e6
|
@ -54,7 +54,7 @@ import com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule;
|
|||
* Unlike {@link AbstractSolrTestCase}, a new core is not created for each test method.
|
||||
*/
|
||||
public abstract class SolrTestCaseJ4 extends LuceneTestCase {
|
||||
public static int DEFAULT_CONNECTION_TIMEOUT = 500; // default socket connection timeout in ms
|
||||
public static int DEFAULT_CONNECTION_TIMEOUT = 1000; // default socket connection timeout in ms
|
||||
|
||||
|
||||
@ClassRule
|
||||
|
|
Loading…
Reference in New Issue