Skip to content

Commit

Permalink
fix(examples): increase e2e timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jogelin committed Dec 18, 2024
1 parent 5110daa commit ad55bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/examples/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
watch: false,
globals: true,
environment: 'node',
testTimeout: 1000 * 60 * 5,
testTimeout: 1000 * 60 * 10,
include: ['tests/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
reporters: ['default'],
coverage: { reportsDirectory: '../../dist/coverage/examples-e2e', provider: 'v8' },
Expand Down

0 comments on commit ad55bd7

Please sign in to comment.