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
szsanyi committed Jul 12, 2024
1 parent 3ade4ba commit d4e7337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/testv2/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module.exports = defineConfig({
launchOptions.args.push("--disable-gl-drawing-for-tests");
launchOptions.args.push("--disable-gpu");
}
launchOptions.args.push("--js-flags=--max-old-space-size=3500");
}
launchOptions.args.push("--js-flags=--max-old-space-size=3500");
return launchOptions;
});

Expand Down
2 changes: 1 addition & 1 deletion dev/testv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"postinstall": "if [ -d \"./../../.git\" ]; then npm run copy-git-hooks; fi",
"test": "npm run mocha && npm run code-style",
"e2e": "cypress run --browser chrome --headless",
"e2e": "cypress run --browser electron --headless",
"e2e:ci": "cypress run --browser electron --headless --record --key 80ddf60c-0dca-4075-8074-31207092e038",
"e2e:debug": "DEBUG=cypress:* cypress run --browser electron --headless",
"quick-test": "npm run mocha",
Expand Down

0 comments on commit d4e7337

Please sign in to comment.