HBASE-19944 Fix timeout TestVisibilityLabelsWithCustomVisLabService

Signed-off-by: zhangduo <zhangduo@apache.org>
This commit is contained in:
Guanghao Zhang 2018-02-06 18:15:22 +08:00 committed by zhangduo
parent 3fa27c2382
commit 77153d4dc6
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ public abstract class TestVisibilityLabels {
}
}
@Test(timeout = 60 * 1000)
@Test
public void testVisibilityLabelsOnRSRestart() throws Exception {
final TableName tableName = TableName.valueOf(TEST_NAME.getMethodName());
List<RegionServerThread> regionServerThreads = TEST_UTIL.getHBaseCluster()