Skip to content

Commit fa4e52d

Browse files
authored
Merge f381595 into c677fa2
2 parents c677fa2 + f381595 commit fa4e52d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

+1-1
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: 120_000,
9+
testTimeout: 60_000,
1010
globals: true,
1111
alias: tsconfigPathAliases(),
1212
pool: 'threads',

e2e/cli-e2e/vite.config.e2e.ts

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

e2e/create-cli-e2e/vite.config.e2e.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
cacheDir: '../../node_modules/.vite/create-cli-e2e',
77
test: {
88
reporters: ['basic'],
9-
testTimeout: 120_000,
9+
testTimeout: 20_000,
1010
hookTimeout: 20_000,
1111
globals: true,
1212
alias: tsconfigPathAliases(),

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

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

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

+1-1
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: 120_000,
9+
testTimeout: 40_000,
1010
globals: true,
1111
alias: tsconfigPathAliases(),
1212
pool: 'threads',

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

+1-1
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: 120_000,
9+
testTimeout: 20_000,
1010
globals: true,
1111
alias: tsconfigPathAliases(),
1212
pool: 'threads',

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

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

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

+1-1
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: 120_000,
9+
testTimeout: 40_000,
1010
globals: true,
1111
alias: tsconfigPathAliases(),
1212
pool: 'threads',

0 commit comments

Comments
 (0)