HBASE-7421 TestHFileCleaner->testHFileCleaning has an aggressive timeout
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425108 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b70f27ac6a
commit
b29a0eb9b7
|
@ -88,7 +88,7 @@ public class TestHFileCleaner {
|
|||
+ status.getAccessTime();
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test(timeout = 60 *1000)
|
||||
public void testHFileCleaning() throws Exception {
|
||||
final EnvironmentEdge originalEdge = EnvironmentEdgeManager.getDelegate();
|
||||
String prefix = "someHFileThatWouldBeAUUID";
|
||||
|
|
Loading…
Reference in New Issue