SOLR-10064: The Nightly test HdfsCollectionsAPIDistributedZkTest appears to be too fragile.

This commit is contained in:
markrmiller 2017-02-02 13:21:23 -05:00
parent f5c6c3b796
commit 52b1ae33a1
2 changed files with 2 additions and 2 deletions

View File

@ -366,7 +366,7 @@ public class CollectionsAPIDistributedZkTest extends SolrCloudTestCase {
cluster.getSolrClient().request(createCmd);
});
TimeUnit.MILLISECONDS.sleep(200);
TimeUnit.MILLISECONDS.sleep(1000);
// in both cases, the collection should have default to the core name
cloudClient.getZkStateReader().forceUpdateCollection("corewithnocollection3");

View File

@ -70,7 +70,7 @@ import org.junit.Before;
*/
public class SolrCloudTestCase extends SolrTestCaseJ4 {
public static final int DEFAULT_TIMEOUT = 30;
public static final int DEFAULT_TIMEOUT = 60;
private static class Config {
final String name;