From 955b5f43a565eaba89c352361a398b7bbdce49f2 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 9 Mar 2021 20:33:36 +0000 Subject: [PATCH] Tests: small speed up to a couple of tile-related tests --- test/unit/tile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/unit/tile.js b/test/unit/tile.js index 7fab4e4b..eee2732a 100644 --- a/test/unit/tile.js +++ b/test/unit/tile.js @@ -613,7 +613,7 @@ describe('Tile', function () { rimraf(directory, function () { sharp(fixtures.inputJpg) .png({ - compressionLevel: 1 + compressionLevel: 0 }) .tile({ layout: 'google' @@ -650,7 +650,8 @@ describe('Tile', function () { rimraf(directory, function () { sharp(fixtures.inputJpg) .webp({ - quality: 1 + quality: 1, + reductionEffort: 0 }) .tile({ layout: 'google'