Skip to content

Commit

Permalink
chore: Update karma config jasmine timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jul 2, 2022
1 parent 5fa595d commit e09d6f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ module.exports = (config) => {
captureConsole: false,
jasmine: {
random: true,
// seed: '10148',
timeoutInterval: 30000
timeoutInterval: 70000 // needs to be bigger than no-activity
}
},
proxies: {
Expand Down

0 comments on commit e09d6f3

Please sign in to comment.