Skip to content

Commit 510f4ad

Browse files
Increase threshold
1 parent 3ccd81d commit 510f4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-vscode-e2e/src/suite/performance.vscode.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ suite(`Performance: ${numLines} lines JSON`, async function () {
2727

2828
const textBasedThreshold = 100;
2929
const parseTreeThreshold = 500;
30-
const surroundingPairThreshold = 25000;
30+
const surroundingPairThreshold = 30000;
3131

3232
test(
3333
"Remove token",

0 commit comments

Comments
 (0)