From 65e1269b7ea59b1e8fb838f585fd0e3440bc52ca Mon Sep 17 00:00:00 2001 From: Martin Reinhardt Date: Fri, 11 Nov 2016 06:37:49 +0100 Subject: [PATCH] fix(karma): Correct timeout issue fixes #17 --- etc/karma.conf.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/karma.conf.js b/etc/karma.conf.js index fc9270b..387e20f 100755 --- a/etc/karma.conf.js +++ b/etc/karma.conf.js @@ -16,6 +16,9 @@ module.exports = function (config) { config.set({ + // see https://github.com/karma-runner/karma-junit-reporter/issues/61 + browserNoActivityTimeout: 30000, + // base path that will be used to resolve all patterns (e.g. files, exclude) basePath: '',