mirror of
https://github.com/zadam/trilium.git
synced 2026-03-09 13:40:21 +01:00
test(server): switch to forks with 6 max workers
This commit is contained in:
@@ -30,6 +30,6 @@ export default defineConfig(() => ({
|
||||
reporter: [ "text", "html" ]
|
||||
},
|
||||
pool: "forks",
|
||||
maxWorkers: 3
|
||||
maxWorkers: 6
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user