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.
1 parent f3ae8ab commit e4b05d3Copy full SHA for e4b05d3
1 file changed
cypress/e2e/core/setup.ts
@@ -88,6 +88,7 @@ describe('Can install Nextcloud', { testIsolation: true, retries: 0 }, () => {
88
})
89
90
it('Oracle', () => {
91
+ Cypress.config('pageLoadTimeout', 100000)
92
cy.runCommand('cp /var/www/html/tests/databases-all-config.php /var/www/html/config/config.php')
93
cy.visit('/')
94
cy.get('[data-cy-setup-form]').should('be.visible')
0 commit comments