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:
authormattab <matthieu.aubry@gmail.com>2016-10-06 12:38:41 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-06 12:38:41 +0300
commit81b04bfa9cc28bc8a12f92aa3e575a0155a87a9f (patch)
tree69eeec7967cc9709c499a33d6c10a35d5f20085b /tests/UI/specs
parent3ee83f8cf535b05b219ea92dd279be4e52839b28 (diff)
force me some timeout so i don't die hanging
Diffstat (limited to 'tests/UI/specs')
-rw-r--r--tests/UI/specs/UIIntegration_spec.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js
index b9489c0102..443b10ced6 100644
--- a/tests/UI/specs/UIIntegration_spec.js
+++ b/tests/UI/specs/UIIntegration_spec.js
@@ -718,6 +718,9 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
testEnvironment.save();
expect.screenshot("visitor_profile_not_segmented").to.be.capture(function (page) {
+ // as the process sometimes hang, we force timeout of 15s
+ page.settings.resourceTimeout = 15000;
+
page.load(url);
page.evaluate(function () {