From b21e522ce47a13e024488e43f1cd33a0f1769197 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Thu, 18 Aug 2022 00:15:21 +0200 Subject: test: speedup wallet tests by whitelisting peers (immediate tx relay) --- test/functional/wallet_importdescriptors.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/functional/wallet_importdescriptors.py') diff --git a/test/functional/wallet_importdescriptors.py b/test/functional/wallet_importdescriptors.py index 525b91a6e0..9744009af8 100755 --- a/test/functional/wallet_importdescriptors.py +++ b/test/functional/wallet_importdescriptors.py @@ -35,6 +35,9 @@ class ImportDescriptorsTest(BitcoinTestFramework): self.extra_args = [["-addresstype=legacy"], ["-addresstype=bech32", "-keypool=5"] ] + # whitelist peers to speed up tx relay / mempool sync + for args in self.extra_args: + args.append("-whitelist=noban@127.0.0.1") self.setup_clean_chain = True self.wallet_names = [] -- cgit v1.2.3