From be82a8f80afb0636743088e1b4a28dc8194d4ee7 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Wed, 29 Jun 2016 19:06:49 -0300 Subject: Increase timeout report on karma We have some tests running around 600 ms. We changed the report value for slower tests to 1 sec. This eliminates the last warnings on js tests. --- web-ui/karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/karma.conf.js') diff --git a/web-ui/karma.conf.js b/web-ui/karma.conf.js index adfd7d8a..52b54f57 100644 --- a/web-ui/karma.conf.js +++ b/web-ui/karma.conf.js @@ -96,7 +96,7 @@ module.exports = function (config) { // Karma will report all the tests that are slower than given time limit (in // ms). - reportSlowerThan: 500, + reportSlowerThan: 1000, junitReporter: { outputFile: 'test-results.xml', -- cgit v1.2.3