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