Skip to content

Commit

Permalink
fix type check passName
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Oct 8, 2020
1 parent 8bf8bdb commit 14203e3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
'use strict';

/**
* @type {LH.Config.Json}
* Config file for running the OOPIF tests
*/
module.exports = {
Expand All @@ -19,6 +20,9 @@ module.exports = {
passes: [
// CI machines are pretty weak which lead to many more long tasks than normal.
// Reduce our requirement for CPU quiet.
{cpuQuietThresholdMs: 500},
{
passName: 'defaultPass',
cpuQuietThresholdMs: 500,
},
],
};

0 comments on commit 14203e3

Please sign in to comment.