Skip to content

Commit

Permalink
fix(WWP-3314): cypress timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kamenboev authored and Kamen committed Jan 23, 2024
1 parent 88d6c0c commit cb3d91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.components.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8080',
specPattern: 'cypress/components/**/*.cy.{js,jsx,ts,tsx}',
defaultCommandTimeout: 20000,
defaultCommandTimeout: 40000,
},
});

0 comments on commit cb3d91a

Please sign in to comment.