Skip to content

Commit

Permalink
More si
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Jul 15, 2024
1 parent d8fa216 commit 431ec2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async function runBasicTutorialTest(spyIde: SpyIDE) {
await checkStepSetup(fixtures[0]);

// Allow for debounce
await sleep(250);
await sleep(350);

const result = getTutorialWebviewEventLog();
assert.deepStrictEqual(
Expand Down Expand Up @@ -145,7 +145,7 @@ async function runBasicTutorialTest(spyIde: SpyIDE) {
});

// Allow for debounce
await sleep(250);
await sleep(150);

// We allow duplicate messages because they're idempotent. Not sure why some
// platforms get the init message twice but it doesn't matter.
Expand Down

0 comments on commit 431ec2e

Please sign in to comment.