Skip to content

Commit

Permalink
[ML] Functional tests - adjust classification model memory (elastic#5…
Browse files Browse the repository at this point in the history
…8445)

This PR increases the model memory setting in the classification creation test.
  • Loading branch information
pheyos committed Feb 25, 2020
1 parent c3109b5 commit 0013480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function({ getService }: FtrProviderContext) {
},
dependentVariable: 'y',
trainingPercent: '20',
modelMemory: '105mb',
modelMemory: '200mb',
createIndexPattern: true,
expected: {
row: {
Expand Down

0 comments on commit 0013480

Please sign in to comment.