fix: increase global test timeout for CI environments
Cherry-picked from upstream ad25f0f5
This commit is contained in:
parent
aaa766b2ba
commit
81921abfd4
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ export default defineConfig({
|
||||||
test: {
|
test: {
|
||||||
globals: true,
|
globals: true,
|
||||||
environment: 'happy-dom',
|
environment: 'happy-dom',
|
||||||
|
testTimeout: 15000,
|
||||||
setupFiles: ['./test/setup.ts'],
|
setupFiles: ['./test/setup.ts'],
|
||||||
include: ['test/**/*.test.ts'],
|
include: ['test/**/*.test.ts'],
|
||||||
coverage: {
|
coverage: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue