Skip to content

Commit 9f97ace

Browse files
committed
Increase timeout time for test
1 parent 7801f65 commit 9f97ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ describe("Dropzone", function () {
11191119
dropzone.removeFile(mockFile);
11201120
dropzone.cancelUpload.callCount.should.equal(1);
11211121
return done();
1122-
}, 10);
1122+
}, 100);
11231123
}));
11241124

11251125
describe(".cancelUpload()", function () {

0 commit comments

Comments
 (0)