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:
Mark Robert Miller 2012-07-19 20:05:07 +00:00
parent d408b72f81
commit fc2d0ca5e6
1 changed files with 1 additions and 1 deletions

View File

@ -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