You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/02/28 17:27:03 UTC

[36/50] [abbrv] lucene-solr:jira/solr-9045: tests: raise timeout

tests: raise timeout


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

Branch: refs/heads/jira/solr-9045
Commit: 86b5b6330fda49f7dc6114dac03fef9fd0caea96
Parents: 0f5875b
Author: markrmiller <ma...@apache.org>
Authored: Mon Feb 27 22:51:02 2017 -0500
Committer: markrmiller <ma...@apache.org>
Committed: Mon Feb 27 22:55:29 2017 -0500

----------------------------------------------------------------------
 .../src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/86b5b633/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java b/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java
index 9136d73..b107cbd 100644
--- a/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java
+++ b/solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java
@@ -812,7 +812,7 @@ public class TestInPlaceUpdatesDistrib extends AbstractFullDistribZkTestBase {
     }
 
     threadpool.shutdown();
-    assertTrue("Thread pool didn't terminate within 10 secs", threadpool.awaitTermination(10, TimeUnit.SECONDS));
+    assertTrue("Thread pool didn't terminate within 10 secs", threadpool.awaitTermination(15, TimeUnit.SECONDS));
 
     commit();