Skip to content

Commit 0040166

Browse files
author
Adam Tackett
committed
lower to 0
Signed-off-by: Adam Tackett <[email protected]>
1 parent d54b3ca commit 0040166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = defineConfig({
1414
defaultCommandTimeout: 60000,
1515
//experimentalNetworkStubbing: true,
1616
experimentalMemoryManagement: true,
17-
numTestsKeptInMemory: 1, //Default value 50, chrome crashes without lowering
17+
numTestsKeptInMemory: 0, //Default value 50, chrome crashes without lowering
1818
env: {
1919
opensearch: 'localhost:9200',
2020
opensearchDashboards: 'localhost:5601',

0 commit comments

Comments
 (0)