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 06fbf19 commit 58ff35b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nimble-components/karma.conf.headless.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ module.exports = config => {
specReporter: {
suppressPassed: false,
suppressSkipped: true,
showSpecTiming: true,
reportSlowerThan: 2000
}
showSpecTiming: true
},
reportSlowerThan: 1000
};

config.set(options);
Expand Down

0 comments on commit 58ff35b

Please sign in to comment.