Commit c6d34ab5 authored by George Hotz's avatar George Hotz

these tests are very slow

parent d0f916da
...@@ -59,7 +59,7 @@ describe("Exec with trie dynamic", function () { ...@@ -59,7 +59,7 @@ describe("Exec with trie dynamic", function () {
root = await dynamicExecWithTrie(c, m, mm, root, trieAdd['preimages'], null) root = await dynamicExecWithTrie(c, m, mm, root, trieAdd['preimages'], null)
console.log(i, root) console.log(i, root)
} }
}) }).timeout(120000)
it("oracle should work", async function () { it("oracle should work", async function () {
let root = trieOracle['root'] let root = trieOracle['root']
...@@ -74,5 +74,5 @@ describe("Exec with trie dynamic", function () { ...@@ -74,5 +74,5 @@ describe("Exec with trie dynamic", function () {
} }
expect(out1).to.equal(1) expect(out1).to.equal(1)
expect(out2).to.equal(1) expect(out2).to.equal(1)
}).timeout(120000) }).timeout(300000)
}) })
\ 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