chore: Increase page load timeout for oracle setup tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2026-04-30 18:06:39 +02:00
parent f3ae8ab9b0
commit e4b05d34d4
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -88,6 +88,7 @@ describe('Can install Nextcloud', { testIsolation: true, retries: 0 }, () => {
})
it('Oracle', () => {
Cypress.config('pageLoadTimeout', 100000)
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')