HBASE-9317 Define timeout period for TestHBaseFsck#testSplitDaughtersNotInMeta
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1520073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c925dd3d76
commit
81b756f09b
|
@ -1353,7 +1353,7 @@ public class TestHBaseFsck {
|
|||
* Split crashed after write to META finished for the parent region, but
|
||||
* failed to write daughters (pre HBASE-7721 codebase)
|
||||
*/
|
||||
@Test
|
||||
@Test(timeout=75000)
|
||||
public void testSplitDaughtersNotInMeta() throws Exception {
|
||||
TableName table =
|
||||
TableName.valueOf("testSplitdaughtersNotInMeta");
|
||||
|
|
Loading…
Reference in New Issue