Skip to content

Commit

Permalink
digiwf-cypress increase default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Jun 24, 2024
1 parent aec8b00 commit c4daa20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digiwf-cypress/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require("dotenv").config({ path: ".env.local" });
module.exports = defineConfig({
viewportHeight: 1200,
viewportWidth: 2000,
defaultCommandTimeout: 10000,
scrollBehavior: "center",
videosFolder: "output/videos",
reporter: "junit",
Expand Down

0 comments on commit c4daa20

Please sign in to comment.