diff --git a/packages/thirdweb/src/wallets/smart/smart-wallet-integration.test.ts b/packages/thirdweb/src/wallets/smart/smart-wallet-integration.test.ts index c6801c4ec9f..27aa6d376bc 100644 --- a/packages/thirdweb/src/wallets/smart/smart-wallet-integration.test.ts +++ b/packages/thirdweb/src/wallets/smart/smart-wallet-integration.test.ts @@ -134,6 +134,7 @@ describe.runIf(process.env.TW_SECRET_KEY).sequential( account: smartAccount, }); expect(tx.transactionHash).toHaveLength(66); + await sleep(1000); const isDeployed = await isContractDeployed(accountContract); expect(isDeployed).toEqual(true); const balance = await balanceOf({