test(server): switch to forks with 3 max workers

This commit is contained in:
Elian Doran 2026-03-05 23:31:54 +02:00
parent 4ac22678df
commit 7c8eb311af
No known key found for this signature in database

View File

@ -30,6 +30,6 @@ export default defineConfig(() => ({
reporter: [ "text", "html" ]
},
pool: "forks",
maxWorkers: 2
maxWorkers: 3
},
}));