Commit bc1822e7 authored by George Hotz's avatar George Hotz

increase timeout because not everyone has an M1

parent 34b1fedf
......@@ -27,7 +27,6 @@ async function getTrieNodesForCall(c, cdat, preimages) {
to:c.address,
data:calldata
});
console.log(ret)
break
} catch(e) {
const missing = e.toString().split("'")[1]
......
......@@ -38,6 +38,7 @@ describe("Challenge contract", function () {
for (n of nodes) {
await mm.AddTrieNode(n)
}
await c.InitiateChallenge(...args)
})
let ret = await c.InitiateChallenge(...args)
console.log(await ret.wait())
}).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