This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 7311c7bc397 Fix flaky HttpPartitionOnCommitTest test on slow hardware
7311c7bc397 is described below
commit 7311c7bc397cf04e9cccff3bb413cba38f431170
Author: Houston Putman <[email protected]>
AuthorDate: Wed Mar 12 16:02:35 2025 -0500
Fix flaky HttpPartitionOnCommitTest test on slow hardware
(cherry picked from commit 1185a1848e83781c9b3e76adf0a3b0c9dce80c72)
---
solr/core/src/test/org/apache/solr/cloud/HttpPartitionOnCommitTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/core/src/test/org/apache/solr/cloud/HttpPartitionOnCommitTest.java
b/solr/core/src/test/org/apache/solr/cloud/HttpPartitionOnCommitTest.java
index bcd91e1862a..45f22ac3bd2 100644
--- a/solr/core/src/test/org/apache/solr/cloud/HttpPartitionOnCommitTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/HttpPartitionOnCommitTest.java
@@ -40,7 +40,7 @@ public class HttpPartitionOnCommitTest extends
BasicDistributedZkTest {
@BeforeClass
public static void setupSysProps() {
- System.setProperty("socketTimeout", "5000");
+ System.setProperty("socketTimeout", "10000");
System.setProperty("distribUpdateSoTimeout", "5000");
System.setProperty("solr.httpclient.retries", "0");
System.setProperty("solr.retries.on.forward", "0");