We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf2a55 commit c75a7f4Copy full SHA for c75a7f4
test/test.js
@@ -23,6 +23,8 @@ describe('smartcrop', function() {
23
.then(validateCrop);
24
});
25
it('accepts a stream', function() {
26
+ // increase timeout because the test depends on an external resource
27
+ this.timeout(10000);
28
function httpsGetBuffer(src) {
29
return new Promise((resolve,reject) => {
30
const chunks = [];
0 commit comments