diff --git a/test/functional/cypress.config.ts b/test/functional/cypress.config.ts index 0ed6f3b4..d980ad38 100644 --- a/test/functional/cypress.config.ts +++ b/test/functional/cypress.config.ts @@ -14,7 +14,9 @@ module.exports = defineConfig({ responseTimeout: 60000 }, retries: { + /* runMode: 3, openMode: 2 + */ } }); diff --git a/test/functional/cypress/e2e/visual.cy.ts b/test/functional/cypress/e2e/visual.cy.ts index 034fa0d2..05a2e03b 100644 --- a/test/functional/cypress/e2e/visual.cy.ts +++ b/test/functional/cypress/e2e/visual.cy.ts @@ -23,7 +23,7 @@ function compareSnapshot(zoomLevel: number, side: number) { cy.intercept(VISUAL_TEST_CONFIG.modelUrl).as('modelDownloading'); cy.wait('@modelDownloading'); - cy.wait(2000); + cy.wait(7500); const name = `avatar-zoom-${zoomLevel}-side-[${side}]`;