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 13:33:54 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-11 13:33:54 +0300
commit761cd3e14c94e87e44ca950ab72b93e9b36f10a7 (patch)
treeac3ee01d938388e5a7c7a3a23e9a3708e1f4c579 /tests
parent6316c05a1befed5698459e07bb3da9bbaea8f848 (diff)
Reverting increase of timeout as this did not make a difference 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 442ae20dc1..4f66a728f2 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 = 1500;
+ this.defaultWaitTime = 1000;
this._isLoading = false;
if (this.baseUrl.substring(-1) != '/') {