diff --git a/vitest.config.ts b/vitest.config.ts index 32d1ccceaa..da62fdaaa4 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -7,7 +7,9 @@ export default defineConfig({ globals: true, maxThreads: 16, minThreads: 1, + testTimeout: 15000, setupFiles: ["./test/testhooks.ts"], + exclude: ["android/*"], include: ["./test/*.spec.ts", "./test/**/*.spec.ts", "./*.doctest.ts", "./**/*.doctest.ts"], }, })