mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 11:05:29 +00:00
Up test timeout to match all others in TestCollectionStateWatchers
This commit is contained in:
parent
9b424454e3
commit
07747cdb05
@ -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…
x
Reference in New Issue
Block a user