Skip to content

Commit

Permalink
Change karma unit test concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
robwalch committed Mar 27, 2023
1 parent 305bccc commit 7b373ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ module.exports = function (config) {

// Concurrency level
// how many browser should be started simultaneous
concurrency: Infinity,
concurrency: 1,
});
};

0 comments on commit 7b373ab

Please sign in to comment.