Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to fix a few sporadic instant send failures in DIP3 tests (#2500)
* Sleep in wait_for_instant_lock when TX is not known yet We'll otherwise stress the CPU quite a lot, which might in turn result in instant send timeouts. * Wait for all nodes to have the instant send lock Otherwise individual nodes might end up not being able to catch up, especially when it's the last iteration and we generate 6 blocks after it. * Use getrawtransaction in wait_for_instant_lock instead of gettransaction gettransaction fails if the TX is not owned by the wallet * Give instant send tests more time after DIP3 activation Signature verification changes to BLS when DIP3 gets activated, which is much more resource hungry. Give instant send tests more time after DIP3 activation until we do proper batched verification of instant send signatures.
- Loading branch information