Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Dec 14, 2024
1 parent 3434863 commit 49ffed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/v2-addon-dev-watch-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,5 +405,5 @@ Scenarios.fromProject(() => baseV2Addon())
});

function aBit(ms: number) {
return new Promise(resolve => setTimeout(resolve, ms * 0 + 10));
return new Promise(resolve => setTimeout(resolve, ms));
}

0 comments on commit 49ffed0

Please sign in to comment.