Commit 7bde508b authored by Robert Knight's avatar Robert Knight

Enable slow test reporting

This should help to catch slow tests in development before they become
flakey failures on Travis.
parent 7f48a0c9
......@@ -91,5 +91,8 @@ module.exports = function(config) {
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
singleRun: false,
// Log slow tests so we can fix them before they timeout
reportSlowerThan: 500,
});
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment