[qa] Reduce node count for some tests

This commit is contained in:
MarcoFalke 2016-05-15 12:20:15 +02:00
parent fac9349798
commit fad68f751a
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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()

View File

@ -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()