From 2433c1a944794c67543fe8d91c941b5d63e6f89a Mon Sep 17 00:00:00 2001 From: marcosnavarro Date: Thu, 13 Feb 2025 10:16:21 -0600 Subject: [PATCH] Bump a bit the global DOM timeout of Cypress, since things are a bit slower on CI --- test/e2e/cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/cypress.config.js b/test/e2e/cypress.config.js index c150165da..e32eb4d14 100644 --- a/test/e2e/cypress.config.js +++ b/test/e2e/cypress.config.js @@ -5,6 +5,7 @@ module.exports = defineConfig({ baseUrl: "http://localhost:8080", supportFile: "support/index.js", specPattern: "tests/**/*.cy.{js,jsx,ts,tsx}", + defaultCommandTimeout: 10000, // eslint-disable-next-line no-unused-vars setupNodeEvents(on, config) { on("before:browser:launch", (browser = {}, launchOptions) => {