Skip to content

Commit

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

This PR increases the model memory setting in the classification creation test.
  • Loading branch information
pheyos authored Feb 26, 2020
1 parent 2f96805 commit b3b8dbb
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 b3b8dbb

Please sign in to comment.