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

janhoy pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_10x by this push:
     new 5bc1a5a28b9 Attempted fix for flaky TestQueryLimits test (#3940)
5bc1a5a28b9 is described below

commit 5bc1a5a28b9204040d6e272cbfdd65dc10a750a5
Author: Jan Høydahl <[email protected]>
AuthorDate: Tue Dec 16 14:07:33 2025 +0100

    Attempted fix for flaky TestQueryLimits test (#3940)
    
    (cherry picked from commit 1667ef988beede0f98ae5be07c28599f9b390ec4)
---
 solr/core/src/test/org/apache/solr/search/TestQueryLimits.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/search/TestQueryLimits.java 
b/solr/core/src/test/org/apache/solr/search/TestQueryLimits.java
index dbee1511295..2e6d773924e 100644
--- a/solr/core/src/test/org/apache/solr/search/TestQueryLimits.java
+++ b/solr/core/src/test/org/apache/solr/search/TestQueryLimits.java
@@ -114,7 +114,7 @@ public class TestQueryLimits extends SolrCloudTestCase {
   @Test
   public void testAdjustShardRequestLimits() throws Exception {
     SolrClient solrClient = cluster.getSolrClient();
-    String timeAllowed = "500"; // ms
+    String timeAllowed = "1000"; // ms - increased from 500 to avoid flakiness 
with grouped queries
     ModifiableSolrParams params =
         params(
             "q",

Reply via email to