You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2013/04/22 18:31:20 UTC

svn commit: r1470607 - /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/TestAccumuloSplitRecovery.java

Author: kturner
Date: Mon Apr 22 16:31:20 2013
New Revision: 1470607

URL: http://svn.apache.org/r1470607
Log:
ACCUMULO-1235 added timeout to split recovery unit test

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

Modified: accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/TestAccumuloSplitRecovery.java
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/TestAccumuloSplitRecovery.java?rev=1470607&r1=1470606&r2=1470607&view=diff
==============================================================================
--- accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/TestAccumuloSplitRecovery.java (original)
+++ accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/TestAccumuloSplitRecovery.java Mon Apr 22 16:31:20 2013
@@ -78,7 +78,7 @@ public class TestAccumuloSplitRecovery {
     return true;
   }
   
-  @Test
+  @Test(timeout = 60000)
   public void test() throws Exception {
     
     for (int tn = 0; tn < 2; tn++) {