Skip to content

Commit

Permalink
fix: longer timeout for replace test
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <hi@asutula.com>
  • Loading branch information
asutula committed Mar 15, 2021
1 parent faf286d commit 774a304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ describe("pow", () => {
})

it("should replace", async function () {
this.timeout(180000)
this.timeout(360000)
const pow = newPow()
await expectNewUser(pow)
const addrs = await expectAddresses(pow, 1)
Expand Down

0 comments on commit 774a304

Please sign in to comment.