mirror of
https://github.com/zadam/trilium.git
synced 2026-07-01 00:18:13 +02:00
test(server): adjust timeout
This commit is contained in:
@@ -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" }]
|
||||
|
||||
Reference in New Issue
Block a user