Skip to content

Commit

Permalink
EMA-150 auto test memory optimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyi committed Jul 19, 2024
1 parent 0a9e471 commit ccffa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/testv2/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = defineConfig({
launchOptions.args.push("--disable-gpu");
}
}
launchOptions.args.push("--js-flags=--max-old-space-size=3500");
launchOptions.args.push("--js-flags=--max-old-space-size=6144");
return launchOptions;
});

Expand Down

0 comments on commit ccffa1f

Please sign in to comment.