Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

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 b7e4707 commit fa9ed77
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 fa9ed77

Please sign in to comment.