We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be23c5d commit bd26d73Copy full SHA for bd26d73
packages/cursorless-vscode-e2e/src/suite/performance.vscode.test.ts
@@ -24,7 +24,7 @@ const numLines = content.split("\n").length;
24
25
const textBasedThreshold = 100;
26
const parseTreeThreshold = 500;
27
-const surroundingPairThreshold = 20000;
+const surroundingPairThreshold = 25000;
28
29
suite(`Performance: ${numLines} lines JSON`, async function () {
30
endToEndTestSetup(this);
0 commit comments