[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

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