diff --git a/packages/cursorless-vscode-e2e/src/suite/scopeProvider/runCustomSpokenFormScopeInfoTest.ts b/packages/cursorless-vscode-e2e/src/suite/scopeProvider/runCustomSpokenFormScopeInfoTest.ts index 53b2f7c7fc..88c846da81 100644 --- a/packages/cursorless-vscode-e2e/src/suite/scopeProvider/runCustomSpokenFormScopeInfoTest.ts +++ b/packages/cursorless-vscode-e2e/src/suite/scopeProvider/runCustomSpokenFormScopeInfoTest.ts @@ -60,7 +60,7 @@ export async function runCustomSpokenFormScopeInfoTest() { await unlink(cursorlessTalonStateJsonPath); // Sleep to ensure that the scope support provider has time to update // before the next test starts - await sleep(250); + await sleep(400); } catch (_e) { // Do nothing }