Skip to content

Commit a1dc5b1

Browse files
committed
Increase sleep
1 parent 4a38a6f commit a1dc5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/suite/recorded.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ suite("recorded test cases", async function () {
125125
};
126126

127127
// Tried three times, sleep 100ms between each
128-
await tryAndRetry(assertDecorations, 4, 50);
128+
await tryAndRetry(assertDecorations, 6, 50);
129129

130130
const returnValue = await vscode.commands.executeCommand(
131131
"cursorless.command",

0 commit comments

Comments
 (0)