fix test
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -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]
|
||||
});
|
||||
|
Reference in New Issue
Block a user