Skip to content

Commit 763d701

Browse files
authored
chore: reduce max visibility checks for command log entries to 10 (#32962)
1 parent 1bfe23f commit 763d701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ export const NPM_CYPRESS_REGISTRY_URL = 'https://registry.npmjs.org/cypress'
5656
* when dealing with very large element sets.
5757
* This number is fairly arbitrary.
5858
*/
59-
export const MAX_VISIBILITY_CHECK_ELEMENTS = 50
59+
export const MAX_VISIBILITY_CHECK_ELEMENTS = 10

0 commit comments

Comments
 (0)