Skip to content

Commit 8f8705b

Browse files
chore: extend test timeout because some Angular tests take a while
1 parent fe435b8 commit 8f8705b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ export default defineConfig({
88
reporter: ['text-summary', 'lcovonly'],
99
exclude: ['scripts/**', ...coverageConfigDefaults.exclude],
1010
},
11+
testTimeout: 10_000,
1112
},
1213
});

0 commit comments

Comments
 (0)