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 8574fc7 commit 25a838fCopy full SHA for 25a838f
packages/cursorless-vscode-e2e/src/suite/scopeProvider/runCustomSpokenFormScopeInfoTest.ts
@@ -60,7 +60,7 @@ export async function runCustomSpokenFormScopeInfoTest() {
60
await unlink(cursorlessTalonStateJsonPath);
61
// Sleep to ensure that the scope support provider has time to update
62
// before the next test starts
63
- await sleep(250);
+ await sleep(400);
64
} catch (_e) {
65
// Do nothing
66
}
0 commit comments