This commit is contained in:
Philipp Kunz 2017-01-20 21:36:18 +01:00
parent c1144d3405
commit 174beae65f
4 changed files with 5 additions and 3 deletions

View File

View File

@ -0,0 +1,2 @@
"use strict";
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFza2J1ZmZlci5jbGFzc2VzLnRhc2ttYW5hZ2VyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvdGFza2J1ZmZlci5jbGFzc2VzLnRhc2ttYW5hZ2VyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==

File diff suppressed because one or more lines are too long

View File

@ -148,7 +148,7 @@ describe("taskbuffer", function () {
});
describe("taskparallel", function () {
it("should run in Parallel", function (done) {
this.timeout("7000");
this.timeout(7000);
let testTaskparallel = new taskbuffer.Taskparallel({
taskArray: [task1, task2, task3]
});