fix: align exec tool config and test timeouts

This commit is contained in:
Peter Steinberger
2026-01-18 05:10:58 +00:00
parent 436c5fd751
commit 1d8614c7c2
5 changed files with 52 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ export default defineConfig({
},
},
test: {
testTimeout: 20_000,
testTimeout: 30_000,
include: [
"src/**/*.test.ts",
"extensions/**/*.test.ts",