Skip to content

Commit 26aa4de

Browse files
committed
CI
1 parent 6b578cc commit 26aa4de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ import { commands } from "vscode";
1818
import { endToEndTestSetup } from "../../endToEndTestSetup";
1919

2020
suite("tutorial", async function () {
21+
// Retry doesn't make sense because we need to capture initial load events of
22+
// the webview.
2123
const { getSpy } = endToEndTestSetup(this, { retries: 0 });
2224

2325
test(
@@ -74,7 +76,7 @@ async function runBasicTutorialTest(spyIde: SpyIDE) {
7476
await checkStepSetup(fixtures[0]);
7577

7678
// Allow for debounce
77-
await sleep(150);
79+
await sleep(250);
7880

7981
const result = getTutorialWebviewEventLog();
8082
assert.deepStrictEqual(

0 commit comments

Comments
 (0)