Skip to content

Commit

Permalink
revert: karma.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jul 5, 2024
1 parent 98fcb32 commit 700fb2c
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 @@ -70,8 +70,7 @@ module.exports = (config) => {
// Excalibur logs / console logs suppressed when captureConsole = false;
captureConsole: false,
jasmine: {
random: true,
seed: 98733,// 53435 // 98733
random: true,
timeoutInterval: 70000 // needs to be bigger than no-activity
}
},
Expand Down

0 comments on commit 700fb2c

Please sign in to comment.