diff --git a/cypress/e2e/core/setup.ts b/cypress/e2e/core/setup.ts index 3707f96dec6dd..62878f753558f 100644 --- a/cypress/e2e/core/setup.ts +++ b/cypress/e2e/core/setup.ts @@ -106,6 +106,7 @@ describe('Can install Nextcloud', { testIsolation: true, retries: 0 }, () => { }) it('Oracle', () => { + 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')