Skip to content

Commit

Permalink
Increase default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-robots committed Oct 8, 2023
1 parent 5f59630 commit 3cdef41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/end-to-end/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { defineConfig } = require('cypress');

module.exports = defineConfig({
projectId: 'wzcbom',
defaultCommandTimeout: 5 * 1000,
defaultCommandTimeout: 15 * 1000,
video: true,
env: {
'cypress-react-selector': {
Expand Down

0 comments on commit 3cdef41

Please sign in to comment.