Skip to content

Commit

Permalink
fix: use the same timeout for mocha and karma-mocha (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Mar 4, 2019
1 parent e37e8c0 commit 58fb8b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const karmaWebpackConfig = merge(webpackConfig({ production: isProduction }), {
const karmaConfig = (config, files, grep, progress) => {
// TODO: check why bail doesn't work
const mocha = {
timeout: 5000,
bail: false,
grep
}
Expand Down

0 comments on commit 58fb8b0

Please sign in to comment.