Extend timeout in cypress test
[...]
cy:command ✔ new url https://dashboard.main.ci.stackspin.net/web/login
cy:command ✔ contains Recommended files
cy:command ✔ page load --waiting for new page to load--
cy:command ✔ new url https://files.main.ci.stackspin.net/apps/dashboard/
cons:log ✱ JQMIGRATE: Migrate is installed, version 3.4.0
cy:xhr ➟ GET https://files.main.ci.stackspin.net/ocs/v2.php/search/providers?from=/apps/dashboard/
cy:xhr ➟ GET https://files.main.ci.stackspin.net/ocs/v2.php/search/providers?from=%2Fapps%2Fdashboard%2F
cy:xhr ➟ GET https://files.main.ci.stackspin.net/apps/recommendations/api/recommendations/always
cy:xhr ➟ PUT https://files.main.ci.stackspin.net/ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json
cy:xhr ➟ GET https://files.main.ci.stackspin.net/ocs/v2.php/apps/notifications/api/v2/notifications
cy:xhr ➟ GET https://files.main.ci.stackspin.net/ocs/v2.php/apps/weather_status/api/v1/location
cy:xhr ➟ PROPFIND https://files.main.ci.stackspin.net/remote.php/dav/
cy:xhr ➟ PUT https://files.main.ci.stackspin.net/ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json
cy:xhr ➟ GET https://files.main.ci.stackspin.net/ocs/v2.php/apps/weather_status/api/v1/favorites
cy:xhr ➟ PROPFIND https://files.main.ci.stackspin.net/remote.php/dav/principals/users/stackspin-975b2634-b376-4bd1-8cb8-f8e25aa1e406/
cy:xhr ➟ PROPFIND https://files.main.ci.stackspin.net/remote.php/dav/calendars/stackspin-975b2634-b376-4bd1-8cb8-f8e25aa1e406/
cy:xhr ➟ GET https://files.main.ci.stackspin.net/apps/firstrunwizard/wizard
cy:xhr ➟ REPORT https://files.main.ci.stackspin.net/remote.php/dav/calendars/stackspin-975b2634-b376-4bd1-8cb8-f8e25aa1e406/personal/
cy:xhr ➟ REPORT https://files.main.ci.stackspin.net/remote.php/dav/calendars/stackspin-975b2634-b376-4bd1-8cb8-f8e25aa1e406/personal/
1) passes
0 passing (2m)
1 failing
1) Test nextcloud
passes:
CypressError: Timed out after waiting `60000ms` for your remote page to load.
Your page did not fire its `load` event within `60000ms`.
You can try increasing the `pageLoadTimeout` value in `cypress.config.js` to wait longer.
Browsers will not fire the `load` event until all stylesheets and scripts are done downloading.
When this `load` event occurs, Cypress will continue running commands.
This is currently the main source of stackspin CI pipeline failures.