summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokelib/core/network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/core/network.py b/buildscripts/resmokelib/core/network.py
index 34c54f70ab9..ce61dad8b31 100644
--- a/buildscripts/resmokelib/core/network.py
+++ b/buildscripts/resmokelib/core/network.py
@@ -49,7 +49,7 @@ class PortAllocator(object):
# The first _PORTS_PER_FIXTURE ports of each range are reserved for the fixtures, the remainder
# of the port range is used by tests.
- _PORTS_PER_FIXTURE = 20
+ _PORTS_PER_FIXTURE = 40
_NUM_USED_PORTS_LOCK = threading.Lock()