You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/07/12 23:31:31 UTC

[lucene-solr] 01/02: #102 Tweak this test.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 837ff71b9eedec3109a84573a4c75c5bc0ce8ec9
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sun Jul 12 18:26:18 2020 -0500

    #102 Tweak this test.
---
 .../src/test/org/apache/solr/search/facet/TestCloudJSONFacetSKG.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/search/facet/TestCloudJSONFacetSKG.java b/solr/core/src/test/org/apache/solr/search/facet/TestCloudJSONFacetSKG.java
index d1ea113..4c4ecd4 100644
--- a/solr/core/src/test/org/apache/solr/search/facet/TestCloudJSONFacetSKG.java
+++ b/solr/core/src/test/org/apache/solr/search/facet/TestCloudJSONFacetSKG.java
@@ -315,7 +315,7 @@ public class TestCloudJSONFacetSKG extends SolrCloudTestCase {
     // we get a really big one early on, we can test as much as possible, skip other iterations.
     //
     // (deeply nested facets may contain more buckets then the max, but we won't *check* all of them)
-    final int maxBucketsAllowed = atLeast(TEST_NIGHTLY ? 2000 : 20);
+    final int maxBucketsAllowed = atLeast(TEST_NIGHTLY ? 2000 : 30);
     final AtomicInteger maxBucketsToCheck = new AtomicInteger(maxBucketsAllowed);
     
     final int numIters = atLeast(TEST_NIGHTLY ? 9 : 2) + 1;