minor, shorten PercentileAggregatorTest, taking too long

Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/9ff03c8c
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/9ff03c8c
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/9ff03c8c

Branch: refs/heads/master
Commit: 9ff03c8cf647256fa0c3ba3b7adc1947fe73cfe7
Parents: 03e6b8c
Author: Li Yang <liy...@apache.org>
Authored: Sun Dec 10 17:52:29 2017 +0800
Committer: Hongbin Ma <m...@kyligence.io>
Committed: Thu Dec 14 16:53:10 2017 +0800

----------------------------------------------------------------------
 .../apache/kylin/measure/percentile/PercentileAggregatorTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/9ff03c8c/core-metadata/src/test/java/org/apache/kylin/measure/percentile/PercentileAggregatorTest.java
----------------------------------------------------------------------
diff --git 
a/core-metadata/src/test/java/org/apache/kylin/measure/percentile/PercentileAggregatorTest.java
 
b/core-metadata/src/test/java/org/apache/kylin/measure/percentile/PercentileAggregatorTest.java
index 5fcd382..71e2b60 100644
--- 
a/core-metadata/src/test/java/org/apache/kylin/measure/percentile/PercentileAggregatorTest.java
+++ 
b/core-metadata/src/test/java/org/apache/kylin/measure/percentile/PercentileAggregatorTest.java
@@ -60,7 +60,7 @@ public class PercentileAggregatorTest {
     @Test
     public void testLargeSize() throws Exception {
         for (int compression : compressions) {
-            testPercentileSize(20000000, null, compression);
+            testPercentileSize(2000000, null, compression);
         }
     }
 

Reply via email to