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/08/30 20:39:00 UTC

[lucene-solr] branch reference_impl_dev updated: @641 Raise timeout.

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

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


The following commit(s) were added to refs/heads/reference_impl_dev by this push:
     new 539892e  @641 Raise timeout.
539892e is described below

commit 539892e43835d7a07ad31cb2a5d19455b8265d8a
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sun Aug 30 15:38:36 2020 -0500

    @641 Raise timeout.
---
 .../src/test/org/apache/solr/client/solrj/SolrExampleTestsBase.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTestsBase.java b/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTestsBase.java
index ad314fb..0c31dbf 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTestsBase.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTestsBase.java
@@ -79,7 +79,7 @@ abstract public class SolrExampleTestsBase extends SolrJettyTestBase {
       // wait and try again for slower/busier machines
       // and/or parallel test effects.
       
-      if (cnt++ == 10) {
+      if (cnt++ == 20) {
         break;
       }