mirror of
https://github.com/zadam/trilium.git
synced 2026-02-20 21:37:06 +01:00
test(server): reduce parallel number of workers to avoid OOM in CI
This commit is contained in:
@@ -28,6 +28,7 @@ export default defineConfig(() => ({
|
||||
provider: 'v8' as const,
|
||||
reporter: [ "text", "html" ]
|
||||
},
|
||||
pool: "vmForks"
|
||||
pool: "vmForks",
|
||||
maxWorkers: 8
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user