Skip to content

Commit

Permalink
Increase gifsicle test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilwanner committed Aug 5, 2020
1 parent b3078b9 commit 032e60d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gifsicle/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ describe('gifsicle', () => {
// test all image sizes
['tiny', 'small', 'medium', 'large'].forEach((size) => {
it(`encodes a ${size} image`, async () => {
jest.setTimeout(20000);

const data = getImageFile(`images/${size}.gif`);
const originalSize = getFileSize(`images/${size}.gif`);
const originalMetadata = await getImageMetadata(`images/${size}.gif`);
Expand Down

0 comments on commit 032e60d

Please sign in to comment.