Merge pull request #60023 from nextcloud/fix/fix-oracle-setup-tests

chore: Increase page load timeout for oracle setup tests
This commit is contained in:
Louis 2026-05-07 12:50:04 +02:00 committed by GitHub
commit b468f90ef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,6 +107,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')