Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit

Permalink
chore: increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Feb 10, 2025
1 parent 8274227 commit 2703d95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions karma.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ module.exports = function (config) {
envPreprocessor: ["CI"],
reporters: ["progress"],
browsers: ["ChromeHeadless"],
pingTimeout: 60000,
pingTimeout: 300000,
browserDisconnectTimeout: 300000,
browserNoActivityTimeout: 300000,
singleRun: true,
client: {
mocha: {
timeout: 60000, // Default is 2s
timeout: 300000, // Default is 2s
},
},
webpack: {
Expand Down

0 comments on commit 2703d95

Please sign in to comment.