test(server): adjust timeout

This commit is contained in:
Elian Doran 2026-03-05 23:40:43 +02:00
parent 432f86ea4b
commit e928337fe9
No known key found for this signature in database

View File

@ -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" }]