Skip to content
Snippets Groups Projects
Commit 358c0858 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '1093-extend-timeout-in-cypress-test' into 'main'

Resolve "Extend timeout in cypress test"

Closes #1093

See merge request !510
parents 19860e7d 27b9c56b
No related branches found
No related tags found
1 merge request!510Resolve "Extend timeout in cypress test"
Pipeline #38642 failed with stages
in 1 minute and 55 seconds
# Changelog
## [0.15.12] - Unreleased
* Increase page load timeout in test to 90 seconds.
* Update nextcloud helm chart to v3.5.3.
* Update sociallogin version to v5.4.2.
* Update rabbitmq to v11.10.3.
## [0.15.11] - 2023-03-01
* Catch errors in setup-apps.sh to allow nextcloud to start regardless of them,
......
......@@ -23,6 +23,7 @@ module.exports = defineConfig({
// Nextcloud and especially Onlyoffice load slow so we need to increase
// the global timeout
defaultCommandTimeout: 30000,
pageLoadTimeout: 90000,
videoCompression: false,
videoUploadOnPasses: false
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment