mirror of
https://github.com/zadam/trilium.git
synced 2026-03-10 02:13:38 +01:00
test(server): adjust timeout
This commit is contained in:
parent
432f86ea4b
commit
e928337fe9
@ -19,7 +19,8 @@ export default defineConfig(() => ({
|
||||
exclude: [
|
||||
"spec/build-checks/**",
|
||||
],
|
||||
hookTimeout: 40_000,
|
||||
hookTimeout: 20_000,
|
||||
testTimeout: 40_000,
|
||||
reporters: [
|
||||
"verbose",
|
||||
["html", { outputFile: "./test-output/vitest/html/index.html" }]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user