Skip to content

Commit

Permalink
🔧 Increase Karma + Firefox timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gluons committed Aug 14, 2017
1 parent 4dac6f2 commit 3b843d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ cache: yarn
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
addons:
firefox: "latest"
5 changes: 4 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ module.exports = function (config) {

// Concurrency level
// how many browser should be started simultaneous
concurrency: Infinity
concurrency: Infinity,


browserNoActivityTimeout: 30000
});
};

0 comments on commit 3b843d9

Please sign in to comment.