Skip to content

Commit

Permalink
test: fix timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rosmcmahon committed Jan 20, 2025
1 parent fe1b446 commit e6acbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/web/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe("Wallets and keys", function () {
});

it("should get wallet info", async function () {
this.timeout(5000);
this.timeout(10_000);

const wallet = await arweave.wallets.generate();

Expand Down

0 comments on commit e6acbb6

Please sign in to comment.