Skip to content

Commit 52559d0

Browse files
committed
Increase time and stop parallelism
1 parent 6ac88fa commit 52559d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Frontend/vitest.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ export default defineConfig({
1919
pool: "forks",
2020
globals: true,
2121
clearMocks: true,
22+
fileParallelism: false,
2223
css: true,
23-
testTimeout: 15000,
24+
testTimeout: 25000,
2425
coverage: {
2526
all: true,
2627
exclude: [`**/__test__/**/*`, `**/.eslintrc.js`, `**/*.spec.ts`, `test/**/*`],

0 commit comments

Comments
 (0)