Commit 33a3df6d authored by George Hotz's avatar George Hotz

test trie needs longer timeout

parent 74a16efc
...@@ -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);
}); });
\ No newline at end of file
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