Skip to content

Commit

Permalink
fix: add delay on flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfromstl committed Jan 4, 2025
1 parent 28d4c58 commit 18a2196
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 18a2196

Please sign in to comment.