Skip to content

Commit

Permalink
fix(test): higher disconnect timeout for karma
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 25, 2017
1 parent 4a2c643 commit 0976088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/browser-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function getConfig (isWebworker, ctx) {
mochaOwnReporter: {
reporter: 'spec'
},
browserNoActivityTimeout: ctx.timeout
browserNoActivityTimeout: 50 * 1000
})
}

Expand Down

0 comments on commit 0976088

Please # to comment.