diff --git a/packages/types/src/constants.ts b/packages/types/src/constants.ts index 9297cb7857b..6fd72f3400e 100644 --- a/packages/types/src/constants.ts +++ b/packages/types/src/constants.ts @@ -56,4 +56,4 @@ export const NPM_CYPRESS_REGISTRY_URL = 'https://registry.npmjs.org/cypress' * when dealing with very large element sets. * This number is fairly arbitrary. */ -export const MAX_VISIBILITY_CHECK_ELEMENTS = 50 +export const MAX_VISIBILITY_CHECK_ELEMENTS = 10