[Libreoffice-commits] online.git: cypress_test/integration_tests
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 10 11:01:21 UTC 2020
cypress_test/integration_tests/common/helper.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e88e72ead9019a07e6f7d72a198ea4f249ddec36
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri Jul 10 11:53:04 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Fri Jul 10 13:00:59 2020 +0200
cypress: use bigger wait time to decide whether an item is idle.
Change-Id: I7d31c83b2438615b6fca9a9d8fb0f62a99728ddf
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98483
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/cypress_test/integration_tests/common/helper.js b/cypress_test/integration_tests/common/helper.js
index e23a9b40f..1578b70d6 100644
--- a/cypress_test/integration_tests/common/helper.js
+++ b/cypress_test/integration_tests/common/helper.js
@@ -302,7 +302,7 @@ function waitUntilIdle(selector, content) {
cy.log('Waiting item to be idle - start.');
var item;
- var waitingTime = 1000;
+ var waitingTime = 2000;
if (content) {
cy.contains(selector, content, { log: false })
.then(function(itemToIdle) {
More information about the Libreoffice-commits
mailing list