test: add teardownTimeout to allow longer timeout

This commit is contained in:
Ben Furber
2024-06-13 14:51:00 +01:00
committed by benfurber
parent 17b477da49
commit cdaa1a36dc

View File

@@ -17,6 +17,7 @@ const vitestConfig: VitestUserConfigInterface = {
environment: 'jsdom',
globals: true,
setupFiles: './src/test/setup.ts',
teardownTimeout: 15000,
testTimeout: 10000,
coverage: {
provider: 'v8',