Skip to content

Commit

Permalink
chore: increase grant test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ditoglez committed Jun 6, 2024
1 parent ac8b37c commit ac1cb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/idos-sdk-e2e/tests/04-grants.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ test("should create a grant successfully", async ({ context, page, metamaskPage,
});

test("should revoke a grant successfully", async ({ context, page, metamaskPage, extensionId }) => {
test.setTimeout(500000);
await page.waitForTimeout(70000);
const metamask = new MetaMask(context, metamaskPage, basicSetup.walletPassword, extensionId);
await page.getByRole("button", { name: "Connect a wallet" }).click();
Expand Down

0 comments on commit ac1cb0f

Please sign in to comment.