mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 18:36:39 +02: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