Skip to content

Commit

Permalink
chore: increase time interval between deposits
Browse files Browse the repository at this point in the history
  • Loading branch information
wanseob committed Oct 11, 2021
1 parent 4be10a1 commit 7020a01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const aliceDepositEthers33Times = (ctx: CtxProvider) => async () => {
toWei('1', 'milliether'),
),
).resolves.toStrictEqual(true)
await sleep(500)
}
}

Expand Down

0 comments on commit 7020a01

Please sign in to comment.