mirror of https://github.com/apache/lucene.git
Up test timeout to match all others in TestCollectionStateWatchers
This commit is contained in:
parent
87c6ec4cb0
commit
c444658286
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue