Skip to content

Commit

Permalink
refactor: Cypress, increase page load timeout to avoid Example01 fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Beaulac authored and Ghislain Beaulac committed Nov 17, 2020
1 parent f77d66f commit c5dd2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"supportFile": "test/cypress/support/index.js",
"videosFolder": "test/cypress/videos",
"defaultCommandTimeout": 5000,
"pageLoadTimeout": 60000
"pageLoadTimeout": 90000
}

0 comments on commit c5dd2be

Please sign in to comment.