Skip to content

Commit

Permalink
test: increase cypress timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-oprea committed Oct 3, 2023
1 parent e7a5a91 commit b095de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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({
viewportWidth: 1280,
defaultCommandTimeout: 5000,
defaultCommandTimeout: 8888,
chromeWebSecurity: false,
reporter: 'junit',
video: true,
Expand Down

0 comments on commit b095de5

Please sign in to comment.