DEV: Increase chrome JS memory limit in CI (#14446)

This commit is contained in:
David Taylor 2021-09-28 16:36:01 +01:00 committed by GitHub
parent 4fa296c3ec
commit b7fc576a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ module.exports = {
"--remote-debugging-port=4201",
"--window-size=1440,900",
"--enable-precise-memory-info",
"--js-flags='--max_old_space_size=512 --max_semi_space_size=512'",
].filter(Boolean),
Firefox: ["-headless", "--width=1440", "--height=900"],
"Headless Firefox": ["--width=1440", "--height=900"],