test: Bump MAX_NODES to 12

This commit is contained in:
MarcoFalke
2019-04-18 17:45:42 -04:00
parent a822a0e4f6
commit fa6ad7a5ec
2 changed files with 6 additions and 1 deletions

View File

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