aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/util.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-04-18 17:45:42 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-05-17 12:19:27 -0400
commitfa6ad7a5ecee758ecc60cb70e7fcaedd4a5da14f (patch)
treea13f9c2060ae8cc06762b0975e88fdf290cc21bb /test/functional/test_framework/util.py
parenta822a0e4f6317f98cde6f0d5abe952b4e8992ac9 (diff)
downloadbitcoin-fa6ad7a5ecee758ecc60cb70e7fcaedd4a5da14f.tar.xz
test: Bump MAX_NODES to 12
Diffstat (limited to 'test/functional/test_framework/util.py')
-rw-r--r--test/functional/test_framework/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py
index 0583b42388..26215083fb 100644
--- a/test/functional/test_framework/util.py
+++ b/test/functional/test_framework/util.py
@@ -228,7 +228,7 @@ def wait_until(predicate, *, attempts=float('inf'), timeout=float('inf'), lock=N
############################################
# The maximum number of nodes a single test can spawn
-MAX_NODES = 8
+MAX_NODES = 12
# Don't assign rpc or p2p ports lower than this
PORT_MIN = 11000
# The number of ports to "reserve" for p2p and rpc, each