Skip to content

Commit

Permalink
Bump a bit the global DOM timeout of Cypress, since things are a bit …
Browse files Browse the repository at this point in the history
…slower on CI
  • Loading branch information
marcosnavarro committed Feb 13, 2025
1 parent 632671b commit 9ff1e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = defineConfig({
baseUrl: "http://localhost:8080",
supportFile: "support/index.js",
specPattern: "tests/**/*.cy.{js,jsx,ts,tsx}",
defaultCommandTimeout: 20000,
// eslint-disable-next-line no-unused-vars
setupNodeEvents(on, config) {
on("before:browser:launch", (browser = {}, launchOptions) => {
Expand Down

0 comments on commit 9ff1e26

Please sign in to comment.