summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',