|
@@ -260,7 +260,7 @@ public class RegressionIT extends MlNativeDataFrameAnalyticsIntegTestCase {
|
|
|
|
|
|
public void testTwoJobsWithSameRandomizeSeedUseSameTrainingSet() throws Exception {
|
|
|
String sourceIndex = "regression_two_jobs_with_same_randomize_seed_source";
|
|
|
- indexData(sourceIndex, 10, 0);
|
|
|
+ indexData(sourceIndex, 100, 0);
|
|
|
|
|
|
String firstJobId = "regression_two_jobs_with_same_randomize_seed_1";
|
|
|
String firstJobDestIndex = firstJobId + "_dest";
|