mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
chore: Increase page load timeout for oracle setup tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
f3ae8ab9b0
commit
e4b05d34d4
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue