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++) {