Skip to content

Commit 71b7b6c

Browse files
Merge branch 'main' into srPerformance
2 parents eab4aa1 + 25a838f commit 71b7b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-vscode-e2e/src/suite/scopeProvider/runCustomSpokenFormScopeInfoTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export async function runCustomSpokenFormScopeInfoTest() {
6060
await unlink(cursorlessTalonStateJsonPath);
6161
// Sleep to ensure that the scope support provider has time to update
6262
// before the next test starts
63-
await sleep(250);
63+
await sleep(400);
6464
} catch (_e) {
6565
// Do nothing
6666
}

0 commit comments

Comments
 (0)