Skip to content

Commit

Permalink
Put back custom timeout as things take longer
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-robots committed Oct 8, 2023
1 parent 1e195a7 commit 4bb3e54
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: 90 * 1000,
defaultCommandTimeout: 10 * 1000,
video: true,
env: {
'cypress-react-selector': {
Expand Down

0 comments on commit 4bb3e54

Please sign in to comment.