Skip to content

Commit

Permalink
adjust cypress default timeout (#1771)
Browse files Browse the repository at this point in the history
* higher cypress timeout

* higher cypress timeout
  • Loading branch information
markostreich authored Jun 18, 2024
1 parent c6fa776 commit ff3c988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digiwf-cypress/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require('dotenv').config({path: '.env.local'})
module.exports = defineConfig({
viewportHeight: 1200,
viewportWidth: 2000,
defaultCommandTimeout: 10000,
defaultCommandTimeout: 30000,
videosFolder: "output/videos",
reporter: "cypress-multi-reporters",
reporterOptions: {
Expand Down

0 comments on commit ff3c988

Please sign in to comment.