Skip to content

Commit

Permalink
increase default timeout for browser unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Mar 22, 2018
1 parent 19104e3 commit 424ef84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.js
Expand Up @@ -55,7 +55,8 @@ module.exports = config => {
logLevel: config.LOG_INFO,
client: {
mocha: {
reporter: 'html'
reporter: 'html',
timeout: 500
}
},
mochaReporter: {
Expand Down

0 comments on commit 424ef84

Please sign in to comment.