Skip to content

Commit

Permalink
increase time for wallet to observe relayed tx
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Aug 6, 2024
1 parent 9bb2abb commit 3b2aa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HavenoClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 3b2aa15

Please sign in to comment.