Skip to content

Commit

Permalink
fix(test): Increase DOM commands timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge authored and AndyScherzinger committed Jul 11, 2024
1 parent cc70db2 commit ffac056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineConfig({
viewportWidth: 1280,
viewportHeight: 720,

defaultCommandTimeout: 20000,
requestTimeout: 20000,

retries: {
Expand Down

0 comments on commit ffac056

Please sign in to comment.