Repository: hbase Updated Branches: refs/heads/master 3fa27c238 -> 77153d4dc
HBASE-19944 Fix timeout TestVisibilityLabelsWithCustomVisLabService Signed-off-by: zhangduo <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/77153d4d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/77153d4d Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/77153d4d Branch: refs/heads/master Commit: 77153d4dc69f3cdfc3daeb9b8658c964f3c840d1 Parents: 3fa27c2 Author: Guanghao Zhang <[email protected]> Authored: Tue Feb 6 18:15:22 2018 +0800 Committer: zhangduo <[email protected]> Committed: Tue Feb 6 20:30:08 2018 +0800 ---------------------------------------------------------------------- .../hadoop/hbase/security/visibility/TestVisibilityLabels.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/77153d4d/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java index 739dbd1..e106434 100644 --- a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java +++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java @@ -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()
