You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/04/16 19:49:19 UTC

svn commit: r1468527 - /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java

Author: ecn
Date: Tue Apr 16 17:49:19 2013
New Revision: 1468527

URL: http://svn.apache.org/r1468527
Log:
ACCUMULO-1215 increase timeout for MetaSplitTest for slower build machines

Modified:
    accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java

Modified: accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java?rev=1468527&r1=1468526&r2=1468527&view=diff
==============================================================================
--- accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java (original)
+++ accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java Tue Apr 16 17:49:19 2013
@@ -63,7 +63,7 @@ public class MetaSplitTest {
     opts.addSplits(Constants.METADATA_TABLE_NAME, splits);
   }
   
-  @Test(timeout = 30000)
+  @Test(timeout = 60000)
   public void testMetaSplit() throws Exception {
     Instance instance = new ZooKeeperInstance(cluster.getInstanceName(), cluster.getZooKeepers());
     Connector connector = instance.getConnector("root", new PasswordToken(secret));