Skip to content

Commit

Permalink
build: increase default timeout for cypress commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Seli0303 committed Jun 25, 2024
1 parent e4fd2bb commit e31f7c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const config = require('./config');
const webpackPreprocessor = require('@cypress/webpack-preprocessor')

module.exports = defineConfig({
defaultCommandTimeout: 6000,
projectId: '2npvgh',
video: false,
e2e: {
Expand Down

0 comments on commit e31f7c4

Please sign in to comment.