Commit 89a84413 authored by Linshizhi's avatar Linshizhi

Channel test case update

parent 97ac88b2
...@@ -244,7 +244,7 @@ describe("Channel Spec", () => { ...@@ -244,7 +244,7 @@ describe("Channel Spec", () => {
worker.terminate(); worker.terminate();
expect(areEqual(rBuffer, sBuffer)).toBe(true); expect(areEqual(rBuffer, sBuffer)).toBe(true);
}, 10000); }, 100000);
it("Transfer 64 MB to WebWorker with StepWrite", async () => { it("Transfer 64 MB to WebWorker with StepWrite", async () => {
let ret = true; let ret = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment