From dce09e3a08cab06b2f7522b30cd1c6d912c1cea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Mon, 11 May 2026 10:39:11 +0200 Subject: [PATCH] chore(ci): Increase again timeout for Oracle setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks like it was still not enough, let’s see if doubling helps Signed-off-by: Côme Chilliet --- cypress/e2e/core/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')