Skip to content

Commit

Permalink
Update karma.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 7, 2024
1 parent 14b3939 commit 679759f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/tests/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ const config = {
browserDisconnectTolerance: 3,
browserDisconnectTimeout: 180_000,
browserNoActivityTimeout: 400_000,
retryLimit: 3,
retryLimit: 2,
concurrency: 5,
client: {
clearContext: false,
jasmine: {
timeoutInterval: 180_000
timeoutInterval: 120_000
}
},
files: [
Expand Down

0 comments on commit 679759f

Please sign in to comment.