mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-24 05:31:23 -05:00
add time for schedule test
This commit is contained in:
parent
14c7d67991
commit
161af65687
@ -1130,6 +1130,7 @@ test("Can schedule offers with locked funds", async () => {
|
||||
await waitForAvailableBalance(outputAmt, user3);
|
||||
|
||||
// one output is reserved, one is unlocked
|
||||
await wait(TestConfig.walletSyncPeriodMs);
|
||||
expect(BigInt((await user3.getBalances()).getAvailableBalance())).toEqual(outputAmt);
|
||||
expect(BigInt((await user3.getBalances()).getPendingBalance())).toEqual(BigInt(0));
|
||||
expect(BigInt((await user3.getBalances()).getReservedOfferBalance())).toEqual(outputAmt);
|
||||
|
Loading…
Reference in New Issue
Block a user