HBASE-4037 add timeout for TestFullLogReconstruction

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1141304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2011-06-29 22:54:41 +00:00
parent 70d9045694
commit f0120d5a47
2 changed files with 3 additions and 1 deletions

View File

@ -142,6 +142,8 @@ Release 0.91.0 - Unreleased
behavior when the field that we are incrementing is less
than 8 bytes long (Li Pi)
HBASE-4012 Further optimize byte comparison methods (Ted Yu)
HBASE-4037 Add timeout annotations to preempt surefire killing
all tests - TestFullLogReconstruction
IMPROVEMENTS
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)

View File

@ -88,7 +88,7 @@ public class TestFullLogReconstruction {
* see all the rows.
* @throws Exception
*/
@Test
@Test (timeout=300000)
public void testReconstruction() throws Exception {
HTable table = TEST_UTIL.createTable(TABLE_NAME, FAMILY);