summaryrefslogtreecommitdiff
path: root/web-ui/karma.conf.js
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-06-29 19:06:49 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-06-29 19:11:49 -0300
commitbe82a8f80afb0636743088e1b4a28dc8194d4ee7 (patch)
treeaf6ce24c331c8549f4145ebf3b232d49c94d9761 /web-ui/karma.conf.js
parentd5742fd66ebb207e34727e2efe5b76d65ffe6744 (diff)
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.
Diffstat (limited to 'web-ui/karma.conf.js')
-rw-r--r--web-ui/karma.conf.js2
1 files changed, 1 insertions, 1 deletions
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',