Skip to content

Commit

Permalink
Increase captureTimeout and browserSocketTimeout (#7856)
Browse files Browse the repository at this point in the history
  • Loading branch information
Falke-Design authored Dec 13, 2021
1 parent d86ad49 commit 7e938af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ module.exports = function (config) {
concurrency: 1,

// If browser does not capture in given timeout [ms], kill it
captureTimeout: 10000,
captureTimeout: 60000,

// Timeout for the client socket connection [ms].
browserSocketTimeout: 30000,

// Continuous Integration mode
// if true, it capture browsers, run tests and exit
Expand Down

0 comments on commit 7e938af

Please sign in to comment.