Skip to content

Commit 575b4cc

Browse files
committed
test: adjust test timeouts 2
1 parent 93754b1 commit 575b4cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e/ci-e2e/vite.config.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
cacheDir: '../../node_modules/.vite/ci-e2e',
77
test: {
88
reporters: ['basic'],
9-
testTimeout: 20_000,
9+
testTimeout: 25_000,
1010
globals: true,
1111
alias: tsconfigPathAliases(),
1212
pool: 'threads',

e2e/plugin-coverage-e2e/vite.config.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
cacheDir: '../../node_modules/.vite/plugin-lighthouse-e2e',
77
test: {
88
reporters: ['basic'],
9-
testTimeout: 20_000,
9+
testTimeout: 25_000,
1010
globals: true,
1111
alias: tsconfigPathAliases(),
1212
pool: 'threads',

e2e/plugin-lighthouse-e2e/vite.config.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
cacheDir: '../../node_modules/.vite/plugin-lighthouse-e2e',
77
test: {
88
reporters: ['basic'],
9-
testTimeout: 20_000,
9+
testTimeout: 25_000,
1010
globals: true,
1111
alias: tsconfigPathAliases(),
1212
pool: 'threads',

0 commit comments

Comments
 (0)