mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2026-01-06 17:03:58 +00:00
test: set test time out to 15 seconds
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user