Skip to content

Commit

Permalink
Merge pull request #262 from alrevuelta/increase-timeout
Browse files Browse the repository at this point in the history
chore: increase timeout test
  • Loading branch information
cedoor committed Apr 24, 2024
2 parents b100291 + 24c2abe commit 3f1a2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/imt.sol/test/LazyIMT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ describe("LazyIMT", () => {
await network.provider.request({ method: "evm_revert", params: [snapshoot] })
}
}
}).timeout(5 * 60 * 1000)
}).timeout(8 * 60 * 1000)
})

it("Should fail to generate out of range static root", async () => {
Expand Down

0 comments on commit 3f1a2f8

Please sign in to comment.