Skip to content

Commit 2375a82

Browse files
Increase performance test threshold (#2961)
1 parent 94dfaa7 commit 2375a82

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
@@ -13,7 +13,7 @@ import { endToEndTestSetup } from "../endToEndTestSetup";
1313
const testData = generateTestData(100);
1414

1515
const smallThresholdMs = 100;
16-
const largeThresholdMs = 500;
16+
const largeThresholdMs = 600;
1717

1818
type ModifierType = "containing" | "previous" | "every";
1919

0 commit comments

Comments
 (0)