Skip to content

Commit

Permalink
core(lhr): revert default wait bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed May 10, 2018
1 parent aa0e089 commit 06205ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/config/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
passName: 'defaultPass',
recordTrace: true,
useThrottling: true,
pauseAfterLoadMs: 10000,
pauseAfterLoadMs: 1000,
networkQuietThresholdMs: 1000,
cpuQuietThresholdMs: 1000,
gatherers: [
Expand Down

0 comments on commit 06205ef

Please sign in to comment.