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
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/screenshot-testing/support/page-renderer.js')
-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 fe83cffcbc..ab756e211a 100644
--- a/tests/lib/screenshot-testing/support/page-renderer.js
+++ b/tests/lib/screenshot-testing/support/page-renderer.js
@@ -361,7 +361,7 @@ PageRenderer.prototype.capture = function (outputPath, callback, selector) {
self.abort();
callback(new Error("Screenshot load timeout. Details:\n" + timeoutDetails));
- }, 180 * 1000);
+ }, 240 * 1000);
if (this.webpage === null) {
this._recreateWebPage();