Variable: DEFAULT_TIMEOUTS
const DEFAULT_TIMEOUTS: object;
Defined in: packages/uimatch-selector-anchors/src/types/config.ts:12
Default timeout values (in milliseconds)
Type Declaration
AST_ATTR_TIMEOUT
readonly AST_ATTR_TIMEOUT: 600 = 600;
Attribute-only parsing timeout (all attributes, no text)
AST_FAST_PATH_TIMEOUT
readonly AST_FAST_PATH_TIMEOUT: 300 = 300;
Fast path timeout (tag + testid/id only)
AST_FULL_TIMEOUT
readonly AST_FULL_TIMEOUT: 900 = 900;
Full parse timeout (everything including text)
HTML_PARSE_TIMEOUT
readonly HTML_PARSE_TIMEOUT: 300 = 300;
Timeout for HTML parsing operations (increased to 300ms for real-world codebases)
PROBE_TIMEOUT
readonly PROBE_TIMEOUT: 600 = 600;
Timeout for liveness probe checks
SNIPPET_MATCH_TIMEOUT
readonly SNIPPET_MATCH_TIMEOUT: 50 = 50;
Timeout for snippet hash matching