Skip to content

Commit c75a7f4

Browse files
committed
Increase timeout for http test
1 parent 7cf2a55 commit c75a7f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ describe('smartcrop', function() {
2323
.then(validateCrop);
2424
});
2525
it('accepts a stream', function() {
26+
// increase timeout because the test depends on an external resource
27+
this.timeout(10000);
2628
function httpsGetBuffer(src) {
2729
return new Promise((resolve,reject) => {
2830
const chunks = [];

0 commit comments

Comments
 (0)