Skip to content

Commit

Permalink
tests(smokehouse): increase TTFI for byte-efficiency tester
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Feb 8, 2018
1 parent e9ff105 commit 81f1ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-cli/test/fixtures/byte-efficiency/tester.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
setTimeout(() => {
const start = Date.now();
while (Date.now() < start + 100) ;
}, 2000);
}, 4000);

// Lazily load the image
setTimeout(() => {
Expand Down

0 comments on commit 81f1ea4

Please sign in to comment.