Skip to content

Commit

Permalink
longer timeout needed
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-moran committed Aug 2, 2018
1 parent ba15d12 commit a00b5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hash.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('hash', () => {
it('base 23', function(done) {
// large image need large timeout, but this really seems to be an issue
// with should. If I change the expected value it will complete quicker! :(
this.timeout(3000);
this.timeout(10000);
new Jimp(imagesDir + '/panoramic.jpg', (err, image) => {
if (err) done(err);
image.hash(23).should.be.exactly('0m1m2id7l7cl4fb');
Expand Down

0 comments on commit a00b5e5

Please sign in to comment.