Skip to content

Commit

Permalink
Update karma.conf.headless.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite authored Oct 30, 2024
1 parent aa2ef0f commit e90cba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nimble-components/karma.conf.headless.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = config => {
specReporter: {
suppressPassed: false,
suppressSkipped: true,
showSpecTiming: true
showSpecTiming: true,
reportSlowerThan: 2000
}
};

Expand Down

0 comments on commit e90cba8

Please sign in to comment.