Skip to content

Commit

Permalink
test(base-karma.conf.js): increase karma timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jan 3, 2022
1 parent 3444cab commit 6de7923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/base-karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ module.exports = {
//when a browser crashes, karma will try to relaunch, 2 is default
retryLimit: 0,
//how long does Karma wait for a browser to reconnect, 2000 is default
browserDisconnectTimeout: 10000,
browserDisconnectTimeout: 60000,
//how long will Karma wait for a message from a browser before disconnecting from it, 10000 is default
browserNoActivityTimeout: 10000,
browserNoActivityTimeout: 60000,
//timeout for capturing a browser, 60000 is default
captureTimeout: 60000,

Expand Down

0 comments on commit 6de7923

Please sign in to comment.