mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-25 22:15:58 -05:00
increase time for wallet to observe relayed tx
This commit is contained in:
parent
4ae7b5e381
commit
5173381e4e
@ -1014,7 +1014,7 @@ test("Has a Monero wallet (CI)", async () => {
|
||||
// relay withdraw tx
|
||||
const txHash = await user1.relayXmrTx(tx.getMetadata());
|
||||
expect(txHash.length).toEqual(64);
|
||||
await wait(TestConfig.trade.maxTimePeerNoticeMs); // TODO: this is necessary for wallets with many subaddresses so something is async
|
||||
await wait(TestConfig.trade.walletSyncPeriodMs * 2); // wait for wallet to sync relayed tx
|
||||
|
||||
// balances decreased
|
||||
const balancesAfter = await user1.getBalances();
|
||||
|
Loading…
x
Reference in New Issue
Block a user