mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(ci): Increase again timeout for Oracle setup
Looks like it was still not enough, let’s see if doubling helps Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
9d3a1ee891
commit
dce09e3a08
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ describe('Can install Nextcloud', { testIsolation: true, retries: 0 }, () => {
|
|||
})
|
||||
|
||||
it('Oracle', () => {
|
||||
Cypress.config('pageLoadTimeout', 100000)
|
||||
Cypress.config('pageLoadTimeout', 200000)
|
||||
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