We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567f73c commit 10d12e1Copy full SHA for 10d12e1
smoke-test/tests/cypress/integration_test.py
@@ -263,7 +263,9 @@ def test_run_cypress(auth_session):
263
264
print("Running Cypress tests with command")
265
node_options = "--max-old-space-size=500"
266
- electron_args = "ELECTRON_EXTRA_LAUNCH_ARGS=\"--js-flags='--max-old-space-size=9596' --disable-dev-shm-usage --disable-gpu\""
+ electron_args = (
267
+ "ELECTRON_EXTRA_LAUNCH_ARGS=\"--js-flags='--max-old-space-size=4096'\""
268
+ )
269
command = f'{electron_args} NO_COLOR=1 NODE_OPTIONS="{node_options}" npx cypress run {record_arg} {test_spec_arg} {tag_arg} --config numTestsKeptInMemory=2'
270
print(command)
271
# Add --headed --spec '**/mutations/mutations.js' (change spec name)
0 commit comments