mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-27 00:35:27 -04:00
increase time for wallet to observe relayed tx
This commit is contained in:
parent
4ae7b5e381
commit
5173381e4e
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ test("Has a Monero wallet (CI)", async () => {
|
||||||
// relay withdraw tx
|
// relay withdraw tx
|
||||||
const txHash = await user1.relayXmrTx(tx.getMetadata());
|
const txHash = await user1.relayXmrTx(tx.getMetadata());
|
||||||
expect(txHash.length).toEqual(64);
|
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
|
// balances decreased
|
||||||
const balancesAfter = await user1.getBalances();
|
const balancesAfter = await user1.getBalances();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue