increase timeout
This commit is contained in:
parent
8e31499257
commit
d3c592930f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue