diff --git a/src/worker/debug.ts b/src/worker/debug.ts index 5bff085..7324bf1 100644 --- a/src/worker/debug.ts +++ b/src/worker/debug.ts @@ -23,6 +23,8 @@ ws.on('message', async function onMessage(_data) { const vitest = await initVitest(pkg, { fileParallelism: false, + testTimeout: Number.POSITIVE_INFINITY, + hookTimeout: Number.POSITIVE_INFINITY, }) const rpc = createWorkerRPC(new Vitest(vitest.vitest, true), {