You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/11/20 04:25:43 UTC

svn commit: r1411523 - /lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/LeaderElectionIntegrationTest.java

Author: markrmiller
Date: Tue Nov 20 03:25:42 2012
New Revision: 1411523

URL: http://svn.apache.org/viewvc?rev=1411523&view=rev
Log:
raise zk client timeout for this test

Modified:
    lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/LeaderElectionIntegrationTest.java

Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/LeaderElectionIntegrationTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/LeaderElectionIntegrationTest.java?rev=1411523&r1=1411522&r2=1411523&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/LeaderElectionIntegrationTest.java (original)
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/LeaderElectionIntegrationTest.java Tue Nov 20 03:25:42 2012
@@ -79,7 +79,7 @@ public class LeaderElectionIntegrationTe
     ignoreException("No UpdateLog found - cannot sync");
     ignoreException("No UpdateLog found - cannot recover");
     
-    System.setProperty("zkClientTimeout", "3000");
+    System.setProperty("zkClientTimeout", "8000");
     
     zkDir = dataDir.getAbsolutePath() + File.separator
         + "zookeeper" + System.currentTimeMillis() + "/server1/data";