Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
fix(karma): Correct timeout issue
Browse files Browse the repository at this point in the history
fixes #17
  • Loading branch information
hypery2k committed Nov 11, 2016
1 parent 3055993 commit 65e1269
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',

Expand Down

0 comments on commit 65e1269

Please sign in to comment.