test(server): increase global hook timeout

This commit is contained in:
Elian Doran 2025-11-18 19:50:15 +02:00
parent e9ccd7120d
commit 989ca08c94
No known key found for this signature in database

View File

@ -19,6 +19,7 @@ export default defineConfig(() => ({
exclude: [ exclude: [
"spec/build-checks/**", "spec/build-checks/**",
], ],
hookTimeout: 20000,
reporters: [ reporters: [
"verbose" "verbose"
], ],