We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fffba55 + e4b05d3 commit b468f90Copy full SHA for b468f90
1 file changed
cypress/e2e/core/setup.ts
@@ -107,6 +107,7 @@ describe('Can install Nextcloud', { testIsolation: true, retries: 0 }, () => {
107
})
108
109
it('Oracle', () => {
110
+ Cypress.config('pageLoadTimeout', 100000)
111
cy.runCommand('cp /var/www/html/tests/databases-all-config.php /var/www/html/config/config.php')
112
cy.visit('/')
113
cy.get('[data-cy-setup-form]').should('be.visible')
0 commit comments