Skip to content

Commit

Permalink
5s
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Feb 10, 2021
1 parent 9bc2c89 commit fea8885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/gather/gatherers/image-elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class ImageElements extends Gatherer {
return bRecord.resourceSize - aRecord.resourceSize;
});

// Don't do more than 3s of this expensive devtools protocol work. See #11289
// Don't do more than 5s of this expensive devtools protocol work. See #11289
let reachedGatheringBudget = false;
setTimeout(_ => (reachedGatheringBudget = true), 5000);
let skippedCount = 0;
Expand Down

0 comments on commit fea8885

Please sign in to comment.