Skip to content

Commit

Permalink
Increase sleep to fix mac breakages in ci tests (#2701)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
AndreasArvidsson authored Dec 23, 2024
1 parent 8574fc7 commit 25a838f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 25a838f

Please sign in to comment.