diff --git a/playground/vitestSetup.ts b/playground/vitestSetup.ts index 84a6f8a210b9d3..abd38538d3f8a0 100644 --- a/playground/vitestSetup.ts +++ b/playground/vitestSetup.ts @@ -280,7 +280,6 @@ export async function startDefaultServe(): Promise { if (isWatch) { watcher = rollupOutput as RollupWatcher await notifyRebuildComplete(watcher) - await new Promise((resolve) => setTimeout(resolve, 1000)) } if (buildConfig.__test__) { buildConfig.__test__()