mirror of
https://github.com/zadam/trilium.git
synced 2026-03-13 20:03:36 +01:00
test(server): reduce max workers to 1
This commit is contained in:
parent
a437169ad5
commit
5afab6938a
@ -29,6 +29,6 @@ export default defineConfig(() => ({
|
||||
reporter: [ "text", "html" ]
|
||||
},
|
||||
pool: "vmForks",
|
||||
maxWorkers: 3
|
||||
maxWorkers: 1
|
||||
},
|
||||
}));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user