Skip to content

Commit 83c31d2

Browse files
committed
test(sdk): little delay in AA test
1 parent 7fed86a commit 83c31d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/thirdweb/src/wallets/smart/smart-wallet-integration-v07.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ describe.runIf(process.env.TW_SECRET_KEY)(
200200
account: smartAccount,
201201
});
202202
expect(tx.transactionHash).toHaveLength(66);
203+
await sleep(1000);
203204
await confirmContractDeployment({ accountContract });
204205
const isDeployed = await isContractDeployed(accountContract);
205206
expect(isDeployed).toEqual(true);

0 commit comments

Comments
 (0)