We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 948a4be + 09a6df5 commit 9571e8cCopy full SHA for 9571e8c
src/test/e2e/accounts.test.ts
@@ -164,7 +164,7 @@ describe("Accounts", () => {
164
}),
165
);
166
167
- const receiptAfterMined = await tx.wait({ wallet: deployerWallet });
+ const receiptAfterMined = await tx.wait({ wallet: deployerWallet, timeout: getTimeouts().deployTimeout });
168
expect(await pxe.getContractMetadata(deploymentData.address)).toBeDefined();
169
expect((await pxe.getContractMetadata(deploymentData.address)).contractInstance).toBeTruthy();
170
expect(receiptAfterMined).toEqual(
0 commit comments