tests: raise default connection timeout

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569891 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-02-19 20:03:08 +00:00
parent dddbcdffb1
commit 8dda84ca74
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ import com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule;
})
public abstract class SolrTestCaseJ4 extends LuceneTestCase {
private static String coreName = ConfigSolrXmlOld.DEFAULT_DEFAULT_CORE_NAME;
public static int DEFAULT_CONNECTION_TIMEOUT = 45000; // default socket connection timeout in ms
public static int DEFAULT_CONNECTION_TIMEOUT = 60000; // default socket connection timeout in ms
// these are meant to be accessed sequentially, but are volatile just to ensure any test
// thread will read the latest value