cypress_test/integration_tests/common/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e88e72ead9019a07e6f7d72a198ea4f249ddec36 Author: Tamás Zolnai <[email protected]> AuthorDate: Fri Jul 10 11:53:04 2020 +0200 Commit: Tamás Zolnai <[email protected]> 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 <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> 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) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
