Commit a74814e7 authored by George Hotz's avatar George Hotz

better name, and sooo slow

parent 6602cb23
...@@ -58,6 +58,6 @@ describe("MIPS contract", function () { ...@@ -58,6 +58,6 @@ describe("MIPS contract", function () {
} }
expect(out1).to.equal(1) expect(out1).to.equal(1)
expect(out2).to.equal(1) expect(out2).to.equal(1)
}).timeout(60000); }).timeout(120000);
}); });
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