test: set test time out to 15 seconds

This commit is contained in:
Ben Furber
2024-06-13 15:18:41 +01:00
committed by benfurber
parent 21b14244ca
commit 5ee5f5168e

View File

@@ -18,7 +18,7 @@ const vitestConfig: VitestUserConfigInterface = {
globals: true,
setupFiles: './src/test/setup.ts',
teardownTimeout: 15000,
testTimeout: 10000,
testTimeout: 15000,
coverage: {
provider: 'v8',
reporter: ['text'],