Index: src/test/java/org/apache/hadoop/hbase/TestFullLogReconstruction.java =================================================================== --- src/test/java/org/apache/hadoop/hbase/TestFullLogReconstruction.java (revision 1141231) +++ src/test/java/org/apache/hadoop/hbase/TestFullLogReconstruction.java (working copy) @@ -88,7 +88,7 @@ * see all the rows. * @throws Exception */ - @Test + @Test (timeout=300000) public void testReconstruction() throws Exception { HTable table = TEST_UTIL.createTable(TABLE_NAME, FAMILY);