increase timeout

This commit is contained in:
Vitaly Turovsky 2024-08-31 19:49:22 +03:00
commit d3c592930f

View file

@ -14,7 +14,7 @@ const compareRenderedFlatWorld = () => {
}
const testWorldLoad = () => {
return cy.document().then({ timeout: 25_000 }, doc => {
return cy.document().then({ timeout: 35_000 }, doc => {
return new Cypress.Promise(resolve => {
doc.addEventListener('cypress-world-ready', resolve)
})