Skip to content

Commit 25a838f

Browse files
Increase sleep to fix mac breakages in ci tests (#2701)
Errors like this https://github.com/cursorless-dev/cursorless/actions/runs/12454094525/job/34764966216#step:10:8885 I ran the test three times and everything appears to be working now. ## Checklist - [/] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [/] I have not broken the cheatsheet
1 parent 8574fc7 commit 25a838f

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)