Skip to content

Commit

Permalink
increase timeout for LH
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 25, 2024
1 parent 23ecbf1 commit e288a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/plugin-lighthouse-e2e/tests/collect.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function setupWorkspace(cwd: string) {
// seo category
\`hreflang\`,
],
chromeFlags: DEFAULT_FLAGS.concat([\`--headless\`]),
chromeFlags: DEFAULT_FLAGS.concat([\`--headless\`, \`--verbose\`]),
}),`,
},
],
Expand Down
2 changes: 1 addition & 1 deletion e2e/plugin-lighthouse-e2e/vite.config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
cacheDir: '../../node_modules/.vite/plugin-lighthouse-e2e',
test: {
reporters: ['basic'],
testTimeout: 60_000,
testTimeout: 120_000,
globals: true,
alias: tsconfigPathAliases(),
pool: 'threads',
Expand Down

0 comments on commit e288a5e

Please sign in to comment.