Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-03-11 11:21:55 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-11 11:21:55 +0300
commit6316c05a1befed5698459e07bb3da9bbaea8f848 (patch)
tree26797398aa88aec93bfdb01a01f2bdf01700ef21 /tests
parent0c7ae535ce80982cbf012ef5978ed828d2cce499 (diff)
increase the timeout before taking a screenshot in attempt to reduce random UI build failures refs #6693
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/screenshot-testing/support/page-renderer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/screenshot-testing/support/page-renderer.js b/tests/lib/screenshot-testing/support/page-renderer.js
index 4f66a728f2..442ae20dc1 100644
--- a/tests/lib/screenshot-testing/support/page-renderer.js
+++ b/tests/lib/screenshot-testing/support/page-renderer.js
@@ -19,7 +19,7 @@ var PageRenderer = function (baseUrl) {
this.baseUrl = baseUrl;
this.currentFrame = null;
- this.defaultWaitTime = 1000;
+ this.defaultWaitTime = 1500;
this._isLoading = false;
if (this.baseUrl.substring(-1) != '/') {