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

Increase page load timeout in tests to 90 seconds

parent 19860e7d
No related branches found
No related tags found
1 merge request!510Resolve "Extend timeout in cypress test"
Pipeline #38641 passed with stages
in 8 minutes and 23 seconds
# Changelog # 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 ## [0.15.11] - 2023-03-01
* Catch errors in setup-apps.sh to allow nextcloud to start regardless of them, * Catch errors in setup-apps.sh to allow nextcloud to start regardless of them,
......
...@@ -23,6 +23,7 @@ module.exports = defineConfig({ ...@@ -23,6 +23,7 @@ module.exports = defineConfig({
// Nextcloud and especially Onlyoffice load slow so we need to increase // Nextcloud and especially Onlyoffice load slow so we need to increase
// the global timeout // the global timeout
defaultCommandTimeout: 30000, defaultCommandTimeout: 30000,
pageLoadTimeout: 90000,
videoCompression: false, videoCompression: false,
videoUploadOnPasses: 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