[qa] Reduce node count for some tests
This commit is contained in:
parent
fac9349798
commit
fad68f751a
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ class ImportPrunedFundsTest(BitcoinTestFramework):
|
|||
def __init__(self):
|
||||
super().__init__()
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 4
|
||||
self.num_nodes = 2
|
||||
|
||||
def setup_network(self, split=False):
|
||||
self.nodes = start_nodes(self.num_nodes, self.options.tmpdir)
|
||||
|
|
|
@ -89,7 +89,7 @@ class MaxUploadTest(BitcoinTestFramework):
|
|||
def __init__(self):
|
||||
super().__init__()
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 2
|
||||
self.num_nodes = 1
|
||||
|
||||
self.utxo = []
|
||||
self.txouts = gen_return_txouts()
|
||||
|
|
|
@ -20,7 +20,7 @@ class MempoolLimitTest(BitcoinTestFramework):
|
|||
def __init__(self):
|
||||
super().__init__()
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 2
|
||||
self.num_nodes = 1
|
||||
|
||||
self.txouts = gen_return_txouts()
|
||||
|
||||
|
|
Loading…
Reference in a new issue