Skip to content

Commit

Permalink
Increase timeout for http test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagner committed Jan 8, 2022
1 parent 7cf2a55 commit c75a7f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ describe('smartcrop', function() {
.then(validateCrop);
});
it('accepts a stream', function() {
// increase timeout because the test depends on an external resource
this.timeout(10000);
function httpsGetBuffer(src) {
return new Promise((resolve,reject) => {
const chunks = [];
Expand Down

0 comments on commit c75a7f4

Please sign in to comment.