diff --git a/cypress/e2e/core/setup.ts b/cypress/e2e/core/setup.ts index 30473f50484..6c95756914e 100644 --- a/cypress/e2e/core/setup.ts +++ b/cypress/e2e/core/setup.ts @@ -88,7 +88,7 @@ describe('Can install Nextcloud', { testIsolation: true, retries: 0 }, () => { }) it('Oracle', () => { - Cypress.config('pageLoadTimeout', 100000) + Cypress.config('pageLoadTimeout', 200000) cy.runCommand('cp /var/www/html/tests/databases-all-config.php /var/www/html/config/config.php') cy.visit('/') cy.get('[data-cy-setup-form]').should('be.visible')