Skip to content

Commit 74c2507

Browse files
committed
CI
1 parent 26aa4de commit 74c2507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cursorless-vscode-e2e/src/suite/tutorial/tutorial.vscode.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ async function runBasicTutorialTest(spyIde: SpyIDE) {
144144
});
145145

146146
// Allow for debounce
147-
await sleep(150);
147+
await sleep(250);
148148

149149
const log = getTutorialWebviewEventLog();
150-
assert(log.length === 3);
150+
assert.equal(log.length, 3, JSON.stringify(log, null, 2));
151151
const lastMessage = log[log.length - 1];
152152
assert(
153153
lastMessage.type === "messageSent" &&

0 commit comments

Comments
 (0)