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

This commit is contained in:
Elian Doran 2026-03-05 23:35:15 +02:00
parent 7c8eb311af
commit 5d2daecee0
No known key found for this signature in database

View File

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