Up test timeout to match all others in TestCollectionStateWatchers

This commit is contained in:
Alan Woodward 2016-10-31 12:49:10 +00:00
parent 87c6ec4cb0
commit c444658286
1 changed files with 1 additions and 1 deletions

View File

@ -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)