Trying to fix CI...

This commit is contained in:
Matteo Gheza 2021-04-22 15:07:59 +02:00
parent 9a5d65b52c
commit 8fd0c0d157
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@
},
"experimentalStudio": true,
"chromeWebSecurity": false,
"defaultCommandTimeout": 20000,
"requestTimeout": 30000
"defaultCommandTimeout": 30000,
"requestTimeout": 50000
}

View File

@ -1,5 +1,5 @@
Cypress.on('uncaught:exception', (err, runnable) => {
// for some reasons, the test fails without this in cartain conditions...
// for some reasons, the test fails without this in certain conditions...
return false
})