Skip to content

Commit e4b05d3

Browse files
committed
chore: Increase page load timeout for oracle setup tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent f3ae8ab commit e4b05d3

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
@@ -88,6 +88,7 @@ describe('Can install Nextcloud', { testIsolation: true, retries: 0 }, () => {
8888
})
8989

9090
it('Oracle', () => {
91+
Cypress.config('pageLoadTimeout', 100000)
9192
cy.runCommand('cp /var/www/html/tests/databases-all-config.php /var/www/html/config/config.php')
9293
cy.visit('/')
9394
cy.get('[data-cy-setup-form]').should('be.visible')

0 commit comments

Comments
 (0)