Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/eBay/DQSolution
Browse files Browse the repository at this point in the history
  • Loading branch information
bhlx3lyx7 committed Aug 26, 2016
2 parents f0bca84 + 8638214 commit 0b70581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public interface DqModelCreator {
/** the minimum number of Jobs executed in the ModelStatus.TESTING, and then it could be shifted
* to ModelStatus.VERIFIED.
*/
int MIN_TESTING_JOB_NUMBER = 5;
int MIN_TESTING_JOB_NUMBER = 1; // here set only 1 time to execute a job, for test

boolean isSupport(ModelInput input);

Expand Down

0 comments on commit 0b70581

Please sign in to comment.