Skip to content

Commit

Permalink
test: increase cypress timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Aug 22, 2024
1 parent 691484e commit 2e238dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ export default defineConfig({
supportFile: 'tests/support/e2e.ts',
setupNodeEvents(on) {
on('file:preprocessor', vitePreprocessor(path.resolve(__dirname, './vite.config.ts')))
}
},
defaultCommandTimeout: 10_000, // https://docs.cypress.io/guides/references/configuration#Timeouts
pageLoadTimeout: 10_000
},
component: {
indexHtmlFile: 'tests/support/component-index.html',
Expand Down

0 comments on commit 2e238dd

Please sign in to comment.