Skip to content

Commit 941d049

Browse files
committed
fixtest
Signed-off-by: Vaibhav Agarwal <[email protected]>
1 parent 168bef7 commit 941d049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = defineConfig({
4848
},
4949
],
5050
setupNodeEvents(on, config) {
51-
config.env.NODE_OPTIONS = "—max-old-space-size=40960";
51+
config.env.NODE_OPTIONS = "—max-old-space-size=131072";
5252
return config;
5353
},
5454
},

0 commit comments

Comments
 (0)