You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2016/10/31 12:49:59 UTC

[2/2] lucene-solr:master: Up test timeout to match all others in TestCollectionStateWatchers

Up test timeout to match all others in TestCollectionStateWatchers


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/c4446582
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/c4446582
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/c4446582

Branch: refs/heads/master
Commit: c4446582862204e10c2b4171bce4e5364cc94753
Parents: 87c6ec4
Author: Alan Woodward <ro...@apache.org>
Authored: Mon Oct 31 12:49:10 2016 +0000
Committer: Alan Woodward <ro...@apache.org>
Committed: Mon Oct 31 12:49:42 2016 +0000

----------------------------------------------------------------------
 .../org/apache/solr/common/cloud/TestCollectionStateWatchers.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c4446582/solr/solrj/src/test/org/apache/solr/common/cloud/TestCollectionStateWatchers.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/test/org/apache/solr/common/cloud/TestCollectionStateWatchers.java b/solr/solrj/src/test/org/apache/solr/common/cloud/TestCollectionStateWatchers.java
index d8a1f0f..eb3ae7f 100644
--- a/solr/solrj/src/test/org/apache/solr/common/cloud/TestCollectionStateWatchers.java
+++ b/solr/solrj/src/test/org/apache/solr/common/cloud/TestCollectionStateWatchers.java
@@ -282,7 +282,7 @@ public class TestCollectionStateWatchers extends SolrCloudTestCase {
 
     final CloudSolrClient client = cluster.getSolrClient();
 
-    Future<Boolean> future = waitInBackground("stateformat1", 10, TimeUnit.SECONDS,
+    Future<Boolean> future = waitInBackground("stateformat1", MAX_WAIT_TIMEOUT, TimeUnit.SECONDS,
         (n, c) -> DocCollection.isFullyActive(n, c, 1, 1));
 
     CollectionAdminRequest.createCollection("stateformat1", "config", 1, 1).setStateFormat(1)