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

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


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

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

    Attempted fix for flaky TestQueryLimits test (#3940)
---
 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