Skip to content

Commit

Permalink
Add delay in flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed May 8, 2024
1 parent c28de44 commit cf8908b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ describe('Fallback handler manager', () => {
)
const txResponse = await safeSdk.executeTransaction(tx)
await waitSafeTxReceipt(txResponse)
await new Promise((resolve) => setTimeout(resolve, 500))
chai
.expect(await safeSdk.getFallbackHandler())
.to.be.eq(await defaultCallbackHandler.getAddress())
Expand Down

0 comments on commit cf8908b

Please sign in to comment.