Skip to content

Commit fad68f7

Browse files
author
MarcoFalke
committed
[qa] Reduce node count for some tests
1 parent fac9349 commit fad68f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

qa/rpc-tests/importprunedfunds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ImportPrunedFundsTest(BitcoinTestFramework):
1212
def __init__(self):
1313
super().__init__()
1414
self.setup_clean_chain = True
15-
self.num_nodes = 4
15+
self.num_nodes = 2
1616

1717
def setup_network(self, split=False):
1818
self.nodes = start_nodes(self.num_nodes, self.options.tmpdir)

qa/rpc-tests/maxuploadtarget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def add_options(self, parser):
8989
def __init__(self):
9090
super().__init__()
9191
self.setup_clean_chain = True
92-
self.num_nodes = 2
92+
self.num_nodes = 1
9393

9494
self.utxo = []
9595
self.txouts = gen_return_txouts()

qa/rpc-tests/mempool_limit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def setup_network(self):
2020
def __init__(self):
2121
super().__init__()
2222
self.setup_clean_chain = True
23-
self.num_nodes = 2
23+
self.num_nodes = 1
2424

2525
self.txouts = gen_return_txouts()
2626

0 commit comments

Comments
 (0)