From a251f3eab036668991dcc1c59354b05e7fe3145d Mon Sep 17 00:00:00 2001 From: martinsumner Date: Fri, 4 Nov 2016 18:20:00 +0000 Subject: [PATCH] Speed up query count test Less individual querys to make count will speed up this taste, without changing the nature of it --- test/end_to_end/iterator_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end_to_end/iterator_SUITE.erl b/test/end_to_end/iterator_SUITE.erl index ac8c436..c52cee9 100644 --- a/test/end_to_end/iterator_SUITE.erl +++ b/test/end_to_end/iterator_SUITE.erl @@ -340,7 +340,7 @@ count_termsonindex(Bucket, IdxField, Book, QType) -> Acc + Items end, 0, - lists:seq(1901, 2218)). + lists:seq(190, 221)). rotating_objects(_Config) ->