chore: bump Vitest timeout (#8084)

This commit is contained in:
patak 2022-05-09 20:49:38 +02:00 committed by GitHub
parent f895f94b49
commit e56d79e17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,8 @@ export default defineConfig({
'**/dist/**',
'./playground/**/*.*',
'./playground-temp/**/*.*'
]
],
testTimeout: 20000
},
esbuild: {
target: 'node14'