Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 2dd84ef

Browse files
limit the number of simultaneous browsers in Karma tests
1 parent f472e39 commit 2dd84ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = function (karma) {
77
var config = {
88
frameworks: ['mocha', 'chai', 'sinon', 'host-environment'],
99
reporters: ['verbose'],
10-
10+
concurrency: 3,
1111
files: [
1212
// OmniPath
1313
'dist/omnipath.min.js',

0 commit comments

Comments
 (0)