Skip to content

Commit b468f90

Browse files
authored
Merge pull request #60023 from nextcloud/fix/fix-oracle-setup-tests
chore: Increase page load timeout for oracle setup tests
2 parents fffba55 + e4b05d3 commit b468f90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cypress/e2e/core/setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ describe('Can install Nextcloud', { testIsolation: true, retries: 0 }, () => {
107107
})
108108

109109
it('Oracle', () => {
110+
Cypress.config('pageLoadTimeout', 100000)
110111
cy.runCommand('cp /var/www/html/tests/databases-all-config.php /var/www/html/config/config.php')
111112
cy.visit('/')
112113
cy.get('[data-cy-setup-form]').should('be.visible')

0 commit comments

Comments
 (0)