Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump numTestsKeptInMemory
Browse files Browse the repository at this point in the history
mistercrunch committed Jan 17, 2025
1 parent 3c1e259 commit 46cb461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/cypress-base/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ export default eyesPlugin(
defineConfig({
chromeWebSecurity: false,
defaultCommandTimeout: 8000,
numTestsKeptInMemory: 0,
numTestsKeptInMemory: 5,
// Disabled after realizing this MESSES UP rison encoding in intricate ways
experimentalFetchPolyfill: false,
experimentalMemoryManagement: true,

0 comments on commit 46cb461

Please sign in to comment.