Skip to content

Commit db1f151

Browse files
committed
test(nx-plugin-e2e,plugin-lighthouse-e2e): double timeout
1 parent a6649c1 commit db1f151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/nx-plugin-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/nx-plugin-e2e',
77
test: {
88
reporters: ['basic'],
9-
testTimeout: 40_000,
9+
testTimeout: 80_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: 40_000,
9+
testTimeout: 80_000,
1010
globals: true,
1111
alias: tsconfigPathAliases(),
1212
pool: 'threads',

0 commit comments

Comments
 (0)